You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/IDCardWithNFC/index.wxml

38 lines
2.3 KiB
Plaintext

<view class="wellcome">
<view class="pass f14 c9" hover-class="none" hover-stop-propagation="false">跳过</view>
1 year ago
<view class="f24 fw500" hover-class="none" hover-stop-propagation="false">欢迎来到伯才</view>
<view class="f14 c9" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" hover-stop-propagation="false">为了更准确地为您推荐职位,请选择</view>
<view class="tac" hover-class="none" hover-stop-propagation="false">身份信息录入方式</view>
</view>
<view class="sub fsa mt24 {{activeIndex == 1?'active':''}}" bindtap="setActive" data-index="1">
<view class="f20 fw500" hover-class="none" hover-stop-propagation="false">刷身份证</view>
<i class="iconfont icon-shuashenfenzheng"></i>
</view>
<view class="sub fsa {{activeIndex == 2?'active':''}}" bindtap="setActive" data-index="2">
<view class="f20 fw500" hover-class="none" hover-stop-propagation="false">自助上传</view>
<i class="iconfont icon-zizhushangchuan"></i>
</view>
<view class="sub fsa {{activeIndex == 3?'active':''}}" bindtap="setActive" data-index="3">
<view class="f20 fw500" hover-class="none" hover-stop-propagation="false">手动输入</view>
<i class="iconfont icon-shoudongshuru"></i>
</view>
<view class="drawerBox">
<view class="drawerMask {{drawerShow ? 'showDrawer' : ''}}" bindtap="hideDrawer"></view>
<view class="drawer {{drawerShow ? 'showDrawer' : ''}}">
<view class="innerBox">
<view class="f24 c9 tac mt32 mb32" hover-class="none" hover-stop-propagation="false">身份证信息</view>
<view class="InfoContent">
<view class='fw500' hover-class="none" hover-stop-propagation="false">{{currentInfo.name+'/'+currentInfo.sex+'/'+currentInfo.age+'岁/'+currentInfo.nationality+'族'}}</view>
<view class='c6 mb4 mt4' hover-class="none" hover-stop-propagation="false">{{currentInfo.address}}</view>
<view class='c6' hover-class="none" hover-stop-propagation="false">
<i class="t-icon t-icon-shenfenzheng2" style="width: 24px;height: 24px;vertical-align: bottom"></i>
{{currentInfo.num}}
</view>
</view>
<view class="normalBtn loginOut mt24 tac sureBtn" bindtap='NFCread' hover-class="none" hover-stop-propagation="false">确定</view>
</view>
</view>
</view>
</view>