mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
<view>
|
|
<camera mode="normal" device-position="front" flash="off" binderror="error" style="width: 100%; height: 800rpx;">
|
|
<cover-view >
|
|
<cover-image class="img" src="../../images/camera.png" style="width:100%; height:800rpx"/>
|
|
</cover-view>
|
|
<cover-view class="cf_text_na">拿起手机,面向手机</cover-view>
|
|
</camera>
|
|
|
|
<view class="cf_btn">
|
|
<view class="cf_btn_v" wx:if="{{uploadFlag == false}}">
|
|
<van-button type="primary" block bind:click="takePhoto">人脸采集</van-button>
|
|
</view>
|
|
<view class="cf_btn_v" wx:else>
|
|
<van-button loading type="primary" block loading-text="人像采集中..."/>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|