篮球扫码入场
This commit is contained in:
@@ -70,7 +70,8 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class='footer-btn' bindtap='enter'>我要进场</view>
|
||||
<view class='footer-btn' wx:if="{{venues.enterFlag=='0'}}" bindtap='out'>我要出场</view>
|
||||
<view class='footer-btn' wx:else bindtap='enter'>我要进场</view>
|
||||
</view>
|
||||
|
||||
<view class='in-step-popup' catchtouchmove='unMove' wx:if="{{flg == 0}}">
|
||||
@@ -78,28 +79,22 @@
|
||||
<view class='top'>
|
||||
<view class='title'>
|
||||
<image src='../../images/24@3x.png'></image>
|
||||
<text>进场步骤</text>
|
||||
<text>请出示二维码</text>
|
||||
</view>
|
||||
<image src='../../images/23@3x.png' bindtap='closeInStep'></image>
|
||||
</view>
|
||||
<view class='center'>
|
||||
<view class='item'>
|
||||
<view class='step'>第一步</view>
|
||||
<view class='message'>进入您所在的智能门禁人脸识别区域</view>
|
||||
<view class='step'>扫码开门</view>
|
||||
<view class='barcode'>
|
||||
<canvas class="barcode-canvas" style="width: 200px; height: 200px;" canvas-id="myQrcode"></canvas>
|
||||
<!-- <canvas type="2d" class='title' canvas-id="myQrcode" style="width: 400rpx; height: 400rpx"></canvas>-->
|
||||
</view>
|
||||
</view>
|
||||
<image src='../../images/22@3x.png'></image>
|
||||
<view class='item'>
|
||||
<view class='step'>第二步</view>
|
||||
<view class='message'>贴近门禁摄像头进行人脸识别</view>
|
||||
<view class='message'>如有问题,请联系管理员</view>
|
||||
</view>
|
||||
<image src='../../images/22@3x.png'></image>
|
||||
<view class='item'>
|
||||
<view class='step'>第三步</view>
|
||||
<view class='message'>识别成功,门锁打开,请在5秒钟内进门</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class='bottom'>
|
||||
说明: 余额充足情况下,可直接进行人脸识别进场,无需再次使用手机。
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -124,6 +119,23 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class='in-step-popup' catchtouchmove='unMove' wx:if="{{flg == 999}}">
|
||||
<view class='small-body body'>
|
||||
<view class='top'>
|
||||
<view class='title'>
|
||||
<image src='../../images/24@3x.png'></image>
|
||||
<text>门禁异常</text>
|
||||
</view>
|
||||
<image src='../../images/23@3x.png' bindtap='closeInStep'></image>
|
||||
</view>
|
||||
<view class='center'>
|
||||
<view class='item'>
|
||||
<view class='step'>门禁已掉线,请联系管理员</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class='unclick-mask' wx:if="{{showUnclickMask}}"></view>
|
||||
|
||||
<view class='card-mask' catchtouchmove='unMove' wx:if="{{showCardMask}}" bindtap='cancelCardMask'>
|
||||
@@ -138,11 +150,11 @@
|
||||
|
||||
<confirm-dialog title="提示" message="余额不足,请先充值余额" confirmBtnTitle="充值" bindcancelselect="cancelDeleteDialog" bindconfirmselect="confirmDeleteDialog" wx:if="{{flg == 2}}"></confirm-dialog>
|
||||
|
||||
<confirm-dialog title="提示" message="请先上传照片,以供人脸识别入场" bindcancelselect="cancelDeleteDialog" bindconfirmselect="confirmDeleteDialog" wx:if="{{flg == 1}}"></confirm-dialog>
|
||||
<!--<confirm-dialog title="提示" message="请先上传照片,以供人脸识别入场" bindcancelselect="cancelDeleteDialog" bindconfirmselect="confirmDeleteDialog" wx:if="{{flg == 1}}"></confirm-dialog>-->
|
||||
|
||||
<confirm-dialog title="提示" message="请先绑定微信" confirmBtnTitle="绑定" isUserInfo="{{true}}" bindcancelselect="cancelWXDialog" bindgetuserinfo="getUserInfo" wx:if="{{isWxLogin}}"></confirm-dialog>
|
||||
|
||||
<view class='share-btn-box'>
|
||||
<button open-type='share'></button>
|
||||
<image src='../../images/10@3x.png' style='width:100%; height: 100%'></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user