Ver Fonte

协议名称修改

zhanghui há 2 anos atrás
pai
commit
a7f1be93d6

+ 2 - 2
common/js/env.js

@@ -2,8 +2,8 @@
 
 let baseUrl = `https://jje.admin.xinyuekj.com.cn`
 // let baseUrl = `http://127.0.0.1:9000`
-// let baseUrl = `http://192.168.1.150:8080`
-// let baseUrl = `http://192.168.1.151:8080`
+// let baseUrl = `http://192.168.1.7:8080`
+// let baseUrl = `http://192.168.1.2:8080`
 
 
 // 变量可自行添加修改

+ 1 - 1
main.js

@@ -11,7 +11,7 @@ console.log(`process`, process.envenv)
 import uView from "uview-ui";
 const baseUrl = 'https://jje.admin.xinyuekj.com.cn';
 // const baseUrl = 'http://192.168.1.150:8080';
-// const baseUrl = 'http://192.168.1.151:8080';
+// const baseUrl = 'http://192.168.1.2:8080';
 Vue.use(uView);
 Vue.config.productionTip = false
 Vue.prototype.$baseUrl = baseUrl;

+ 1 - 1
myPages/aboutOur/index.vue

@@ -16,7 +16,7 @@ export default {
 				{title:'娇骄儿会员储值须知',to:'/myPages/TermsOfService/index?name='+'娇骄儿会员储值须知'+'&type=' + 8},
 				{title:'娇骄儿隐私政策',to:'/myPages/TermsOfService/index?name='+'娇骄儿隐私政策'+'&type=' + 3},
         		{title:'娇骄儿预约须知',to:'/myPages/TermsOfService/index?name='+'娇骄儿预约须知'+'&type=' + 5},
-        		{title:'娇骄儿人脸识别服务协议',to:'/myPages/TermsOfService/index?name='+'娇骄儿人脸识别服务协议'+'&type=' + 6},
+        		{title:'娇骄儿服务对象协议',to:'/myPages/TermsOfService/index?name='+'娇骄儿服务对象协议'+'&type=' + 6},
 				// {title:'储值使用说明',to:'/myPages/TermsOfService/index?name='+'储值使用说明'+'&type=' + 9},
         		{title:'娇骄儿88卡权益服务协议',to:'/myPages/TermsOfService/index?name='+'娇骄儿88卡权益服务协议'+'&type=' + 4}
 			],

+ 1 - 1
myPages/recharge/index.vue

@@ -158,7 +158,7 @@
 				aboutContent:'',
 				show: false,
 				currentTab: '', // 当前选中的 Tab
-				isSelected: true,
+				isSelected: false,
 				userInfo: {},
 				reqOrderParm: {
 					auth: true,

+ 5 - 5
myPages/serviceObjectFaceAuth/index.vue

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

+ 2 - 2
pages.json

@@ -289,7 +289,7 @@
 				{
 					"path": "serviceObjectFaceAuth/index",
 					"style": {
-						"navigationBarTitleText": "人脸影象录入",
+						"navigationBarTitleText": "上传照片",
 						"enablePullDownRefresh": false
 					}
 				},
@@ -317,7 +317,7 @@
 				{
 					"path": "aboutOur/index",
 					"style": {
-						"navigationBarTitleText": "关于我们",
+						"navigationBarTitleText": "会员须知",
 						"enablePullDownRefresh": false
 					}
 				},