소스 검색

登录文案修改

gcz 1 년 전
부모
커밋
131d259955
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 7 7
      common/config.js
  2. 5 5
      pages/login/login.vue

+ 7 - 7
common/config.js

@@ -12,15 +12,15 @@
 // }
 
 //64
-let baseUrl='https://xusfoodapi.hw.hongweisoft.com/appapi/app';
-let upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
-// let staticUrl='http://res.hw.hongweisoft.com/xushuo/';
-let staticUrl='https://xusapi.gzxsjt.cn/miniores/imgs/app';
+// let baseUrl='https://xusfoodapi.hw.hongweisoft.com/appapi/app';
+// let upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
+// // let staticUrl='http://res.hw.hongweisoft.com/xushuo/';
+// let staticUrl='https://xusapi.gzxsjt.cn/miniores/imgs/app';
 
 //正式
-// let baseUrl='https://xusapi.gzxsjt.cn/appapi/app';
-// let upFileUrl='https://xusapi.gzxsjt.cn/thirdapi/upload/single/minio';
-// let staticUrl='https://xusapi.gzxsjt.cn/miniores/imgs/app';
+let baseUrl='https://xusapi.gzxsjt.cn/appapi/app';
+let upFileUrl='https://xusapi.gzxsjt.cn/thirdapi/upload/single/minio';
+let staticUrl='https://xusapi.gzxsjt.cn/miniores/imgs/app';
 
 const commonConfig = {
 	wxAppid: '', // 测试wxAppid

+ 5 - 5
pages/login/login.vue

@@ -8,7 +8,7 @@
 			<view class="title">登录 旭烁</view>
 			<!-- <u-button text="getUserProfile" type="success" :hairline="false" throttleTime="2000" shape="circle" open-type="getUserProfile"
 				@click="getUserProfile"></u-button> -->
-			<!-- <u-button v-if="loginBtn" text="微信一键登录" type="success" :hairline="false" throttleTime="2000" shape="circle" 
+			<!-- <u-button v-if="loginBtn" text="手机号快捷登录" type="success" :hairline="false" throttleTime="2000" shape="circle" 
 				@click="openAuth"></u-button> -->
 			<view class="btn-wrap" style="margin:24rpx">
 				<u-button
@@ -18,22 +18,22 @@
 					throttleTime="2000" 
 					shape="circle" 
 					open-type="getPhoneNumber" 
-					@getphonenumber="authPhone">微信一键登录
+					@getphonenumber="authPhone">手机号快捷登录
 				</u-button>
 				<u-button
 					v-else
 					:hair-line='false' 
 					type="success" 
 					@click="disabledClick"
-					shape="circle">微信一键登录
+					shape="circle">手机号快捷登录
 				</u-button>
 			</view>
 			<view class="rule-wrap u-flex u-flex-wrap u-row-center">
 				<u-checkbox-group v-model="checked" @change="checkboxChange" placement="row">
-					<u-checkbox activeColor="#00A447" name="同意" labelSize="26rpx" shape="circle" label="登录代表您已同意"></u-checkbox>
+					<u-checkbox activeColor="#00A447" name="同意" labelSize="26rpx" shape="circle" label="我已阅读并同意"></u-checkbox>
 				</u-checkbox-group>
 				<text class="link" @click="$u.route('/pages/login/regulation',{regulationName:'用户服务协议'})">《用户服务协议》</text>
-				和<text class="link" @click="$u.route('/pages/login/regulation',{regulationName:'用户隐私政策'})">《用户隐私政策》</text>
+				和<text class="link" @click="$u.route('/pages/login/regulation',{regulationName:'用户隐私政策'})">《隐私政策》</text>
 			</view>
 		</view>