mini-system-examination-signup/pages/card/cardlist.wxml
dong_bo0602 19bde1b78c 0608
2022-06-08 16:49:02 +08:00

60 lines
2.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--pages/branches/brancheslist.wxml-->
<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
<view slot="content" style="color:#FFFFFF;">准考证查询</view>
</cu-custom>
<view style="padding: 30rpx">
<view class="list">
<view class="item bg-white">
<view class="content" style="width:100%;">
<text class="card-title text-black text-bold">[2021-121] [2021年第期非高危]</text>
<view class="margin-top-sm">
<text>考试时间:</text>2021-09-15
</view>
<view class="margin-top-sm">
<text>培训机构:</text>包头市永安培训有限公司
</view>
<view class="margin-top-sm">
<text>考试科目:</text>非高危行业主要负责人及安全管理员
</view>
<view class="margin-top-sm">
<text>准考证号:</text>2021940602
</view>
<view class="detail-btn-box margin-top-sm">
<view class="detail-btn">详情</view>
</view>
</view>
</view>
</view>
<!-- <view class="list" wx:if="{{cardList.length>0}}">
<view class="item bg-white" wx:for="{{cardList}}" wx:key="index" data-item="{{item}}" bindtap="showDetail">
<view class="content" style="width:100%;">
<text class="text-black text-bold">{{item.planName}}</text>
<view class="margin-top-sm">
<text class="cuIcon-time text-darkblue"></text>
<text>开始时间:{{item.examTimeStart}}</text>
</view>
<view class="margin-top-sm">
<text class="cuIcon-time text-darkblue"></text>
<text>结束时间:{{item.examTimeEnd}}</text>
</view>
<view class="margin-top-sm">
<text class="cuIcon-location text-darkblue"></text>
<text>培训机构:{{item.orgName}}</text>
</view>
<view class="margin-top-sm">
<text class="cuIcon-home text-darkblue"></text>
<text>地址:{{item.examAddress}}</text>
</view>
</view>
<view>
<text class="cuIcon-right text-gray"></text>
</view>
</view>
</view> -->
<!-- <van-empty description="暂无数据" wx:else /> -->
</view>
<van-popup show="{{ show }}" position="center" bind:close="onClose">
<view style="padding:20rpx;">
<image src="{{cardData}}" mode="scaleToFill"></image>
</view>
</van-popup>