|
|
@@ -3,7 +3,7 @@
|
|
|
<!-- 提示内容 -->
|
|
|
|
|
|
<view class="h-title">
|
|
|
- <text>*请输选择1张服务对象人脸影像</text>
|
|
|
+ <text>*请选择1张服务对象照片</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="h-upload-wrap">
|
|
|
@@ -12,7 +12,7 @@
|
|
|
<view v-if="!facePhotoUrl" class="h-content">
|
|
|
<image src="/static/me/u01.png" mode="aspectFill"></image>
|
|
|
<view class="h-text">
|
|
|
- <text>添加人脸影像</text>
|
|
|
+ <text>添加照片</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-else class="h-upload-img">
|
|
|
@@ -31,7 +31,7 @@
|
|
|
<u-icon v-if="selectIcon" name="checkmark-circle-fill" color="#FFE52C" size="18" @click="selectChange"></u-icon>
|
|
|
<u-icon v-else name="/static/order/ud9.png" color="#FFE52C" size="18" @click="selectChange"></u-icon>
|
|
|
<text :style="{'margin-left':'10rpx'}">请阅读并同意</text>
|
|
|
- <text :style="{'color':'red'}" @click="goTermsOfService">《人脸识别服务协议》</text>
|
|
|
+ <text :style="{'color':'red'}" @click="goTermsOfService">《服务对象协议》</text>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
@@ -67,7 +67,7 @@
|
|
|
|
|
|
goTermsOfService(){
|
|
|
uni.navigateTo({
|
|
|
- url:'/myPages/TermsOfService/index?name='+'人脸识别服务协议'+'&type=' + 6
|
|
|
+ url:'/myPages/TermsOfService/index?name='+'服务对象协议'+'&type=' + 6
|
|
|
})
|
|
|
},
|
|
|
|
|
|
@@ -92,7 +92,7 @@
|
|
|
|
|
|
|
|
|
if(!this.selectIcon){
|
|
|
- uni.$u.toast('请阅读并同意《人脸识别服务协议》')
|
|
|
+ uni.$u.toast('请阅读并同意《服务对象协议》')
|
|
|
return;
|
|
|
}
|
|
|
|