|
@@ -32,6 +32,9 @@
|
|
|
<!-- #ifdef MP-ALIPAY -->
|
|
|
<!-- 支付宝在上传完身份证照片后会跳转到人脸检测页面 -->
|
|
|
<view class="step-one" v-else-if="step==='uploadCard' && !shootCard">
|
|
|
+ <view class="tips" v-if="!name">
|
|
|
+ <u-text align="center" color="#333333" text="根据《治安管理处罚法》要求所有入住宾客和访客必须一人一证实名登记"></u-text>
|
|
|
+ </view>
|
|
|
<view class="upload-container">
|
|
|
<image :src="idCardFrontPicPath" mode="aspectFit" @click="handleUploadFront" :style="imageStyle">
|
|
|
</image>
|