Sfoglia il codice sorgente

手机号快捷登录

shish 3 anni fa
parent
commit
156e3f7d2b

+ 2 - 2
ghsApp/src/admin/home/components/OrderItem.vue

@@ -186,11 +186,11 @@ export default {
     flex: 1.5;
     text-align: center;
     color: white;
-    border:2upx solid #657cac;
+    border:2upx solid green;
     border-radius:30upx;
     padding:5upx 10upx;
     font-size:20upx;
-    background:#657cac;
+    background:green;
     margin-right:20upx;
   }
   & > .other-refund{

+ 1 - 1
ghsApp/src/admin/home/login.vue

@@ -23,7 +23,7 @@
 				<!-- #ifdef MP-WEIXIN -->
 				<view style="margin-top:35upx;">
 				<button class="admin-button-com small buttonText" open-type="getPhoneNumber" @getphonenumber="wxPhoneLogin"
-				style="background-color:#2BA245;border-color:#2BA245;color:white;height:120upx;line-height:120upx;">微信手机号一键登录</button>
+				style="background-color:#2BA245;border-color:#2BA245;color:white;height:120upx;line-height:120upx;">手机号快捷登录</button>
 				</view>
 				<!-- #endif -->
 				<!-- #ifdef APP-PLUS -->

+ 1 - 1
ghsApp/src/api/auth/index.js

@@ -5,7 +5,7 @@ export const phoneLogin = data => {
 	return https.get('/auth/phone-login', data)
 }
 
-//微信手机号一键登录 shish 20210121
+//手机号快捷登录 shish 20210121
 export const wxMobileLogin = data => { 
 	return	https.post("/auth/wx-mobile-login", data) 
 }

+ 1 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -67,7 +67,7 @@
 				<view class="order-info_box" v-if="detailInfo.book == 1">
 				<view>订单类型:</view>
 				<view>
-					<text style="color:white;border:1px solid #657cac;border-radius:20upx;font-size:20upx;padding:5upx 12upx;background:#657cac;">预订单</text>
+					<text style="color:white;border:1px solid green;border-radius:20upx;font-size:20upx;padding:5upx 12upx;background:green;">预订单</text>
 				</view>
 				</view>
 <block v-if="detailInfo.localOrder && detailInfo.localOrder==1">

+ 1 - 1
hdApp/src/admin/home/login.vue

@@ -23,7 +23,7 @@
 				<!-- #ifdef MP-WEIXIN -->
 				<view style="margin-top:55upx;">
 				<button class="admin-button-com small buttonText" style="background-color:#2BA245;border-color:#2BA245;color:white;height:120upx;line-height:120upx;"
-				open-type="getPhoneNumber" @getphonenumber="wxPhoneLogin">微信手机号一键登录</button>
+				open-type="getPhoneNumber" @getphonenumber="wxPhoneLogin">手机号快捷登录</button>
 				</view>
 				<!-- #endif -->
 				<!-- #ifdef APP-PLUS -->

+ 1 - 1
hdApp/src/api/auth/index.js

@@ -5,7 +5,7 @@ export const phoneLogin = data => {
 	return https.get('/auth/phone-login', data)
 }
 
-//微信手机号一键登录 shish 20210121
+//手机号快捷登录 shish 20210121
 export const wxMobileLogin = data => { 
 	return	https.post("/auth/wx-mobile-login", data) 
 }