|
@@ -2,6 +2,8 @@
|
|
<view class="head">
|
|
<view class="head">
|
|
<!-- 请拿起手机正对摄像头——请向左转——请向右转 -->
|
|
<!-- 请拿起手机正对摄像头——请向左转——请向右转 -->
|
|
<view class="top-tips">{{topTips}}</view>
|
|
<view class="top-tips">{{topTips}}</view>
|
|
|
|
+ <!-- 人脸验证过程提示 -->
|
|
|
|
+ <faceImage wx:if="{{topTips === '请向左转头' || topTips === '请向右转头'}}" topTips="{{topTips}}" />
|
|
|
|
|
|
<camera class="camera" mode="normal" resolution="medium" device-position="front" flash="off" frame-size="medium" bindstop="improperStop" binderror="unauthorized" bindinitdone="initialization">
|
|
<camera class="camera" mode="normal" resolution="medium" device-position="front" flash="off" frame-size="medium" bindstop="improperStop" binderror="unauthorized" bindinitdone="initialization">
|
|
<view wx:if="{{seconds>0}}" class="half-circle">
|
|
<view wx:if="{{seconds>0}}" class="half-circle">
|