Browse Source

opt:上传身份证页面增加提示信息

Shu 3 months ago
parent
commit
703e3772b2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      subpkg_checkin/addGuest/addGuest.vue

+ 3 - 0
subpkg_checkin/addGuest/addGuest.vue

@@ -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>