mini-system-examination-signup/pages/card/cardlist.wxml

60 lines
2.7 KiB
Plaintext
Raw Normal View History

2021-04-29 10:08:41 +08:00
<!--pages/branches/brancheslist.wxml-->
<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
<view slot="content" style="color:#FFFFFF;">准考证查询</view>
</cu-custom>
2022-06-08 16:49:02 +08:00
<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}}">
2021-07-23 11:18:54 +08:00
<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>
2021-04-29 10:08:41 +08:00
</view>
2021-07-23 11:18:54 +08:00
<view>
<text class="cuIcon-right text-gray"></text>
2021-04-29 10:08:41 +08:00
</view>
</view>
2022-06-08 16:49:02 +08:00
</view> -->
<!-- <van-empty description="暂无数据" wx:else /> -->
</view>
2021-07-23 11:18:54 +08:00
<van-popup show="{{ show }}" position="center" bind:close="onClose">
<view style="padding:20rpx;">
<image src="{{cardData}}" mode="scaleToFill"></image>
</view>
</van-popup>