@@ -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{
@@ -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 -->
@@ -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)
@@ -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>
<block v-if="detailInfo.localOrder && detailInfo.localOrder==1">
<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>