更新
This commit is contained in:
@@ -27,18 +27,18 @@
|
||||
@getphonenumber="decryptPhoneNumber">
|
||||
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> -->
|
||||
<text>
|
||||
手机号快捷登录
|
||||
一键登录
|
||||
</text>
|
||||
</button>
|
||||
<button v-else class="cu-btn round bg-main-oil lg text-lg" @click="$refs.popup.open('center')">
|
||||
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> -->
|
||||
<text>
|
||||
手机号快捷登录
|
||||
一键登录
|
||||
</text>
|
||||
</button>
|
||||
<!-- <button class="cu-btn margin-top round lg" @tap="refuseEmpower">
|
||||
<button class="cu-btn margin-top round lg" @tap="refuseEmpower">
|
||||
输入手机号码登录
|
||||
</button> -->
|
||||
</button>
|
||||
<button class="cu-btn bg-0 margin-top round text-sm" @tap="refuseLogin">
|
||||
跳过
|
||||
</button>
|
||||
@@ -50,7 +50,10 @@
|
||||
使用协议及隐私保护
|
||||
</view>
|
||||
<view class="protocol_content">
|
||||
为了更好地保障您的合法权益,请您阅读并同意 <text style=" color: black; font-weight: 600;" @click="$refs.loginBottom.toAgree('baichuanUserAgree')">《用户协议》</text> 与 <text style=" color: black; font-weight: 600;" @click="$refs.loginBottom.toAgree('baichuanPrivacyAgreement')">《隐私政策》</text>。
|
||||
为了更好地保障您的合法权益,请您阅读并同意 <text style=" color: black; font-weight: 600;"
|
||||
@click="$refs.loginBottom.toAgree('baichuanUserAgree')">《用户协议》</text> 与 <text
|
||||
style=" color: black; font-weight: 600;"
|
||||
@click="$refs.loginBottom.toAgree('baichuanPrivacyAgreement')">《隐私政策》</text>。
|
||||
</view>
|
||||
<view class="protocol_footer">
|
||||
<button @click="$refs.popup.close()" class="protocol_footer_close">取消</button>
|
||||
@@ -164,8 +167,7 @@
|
||||
}, url).then(res => {
|
||||
if (res.code == 20000) {
|
||||
this.loginSuccess(res)
|
||||
}else{
|
||||
}
|
||||
} else {}
|
||||
})
|
||||
},
|
||||
refuseEmpower() {
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
},
|
||||
filters: {
|
||||
channelCodeFamt(value) {
|
||||
console.log(value)
|
||||
// console.log(value)
|
||||
if (!value) {
|
||||
return '未知'
|
||||
// 渠道编码 ( XOIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油 YDJY:一点加油(壳牌))
|
||||
|
||||
@@ -120,7 +120,6 @@
|
||||
},
|
||||
created() {
|
||||
|
||||
console.log('%c 子组件参数↓','font-size:30px;color:red')
|
||||
},
|
||||
mounted() {
|
||||
if(this.areaCodeList1.length == 0){
|
||||
|
||||
@@ -76,10 +76,6 @@
|
||||
if (key == '在线') {
|
||||
uni.switchTab({
|
||||
url: '/pages/tabbar/home/home',
|
||||
fail: (err) => {
|
||||
// console.log(err)
|
||||
}
|
||||
// url:'/BagStation/orderDetail/orderDetail'
|
||||
})
|
||||
} else {
|
||||
uni.redirectTo({
|
||||
@@ -87,7 +83,6 @@
|
||||
})
|
||||
}
|
||||
}, 2000)
|
||||
// console.log('onError event emit', err)
|
||||
})
|
||||
// 在适合的场景显示插屏广告
|
||||
if (interstitialAd) {
|
||||
@@ -100,17 +95,13 @@
|
||||
if (key == '在线') {
|
||||
uni.switchTab({
|
||||
url: '/pages/tabbar/home/home',
|
||||
fail: (err) => {
|
||||
// console.log(err)
|
||||
}
|
||||
// url:'/BagStation/orderDetail/orderDetail'
|
||||
})
|
||||
} else {
|
||||
uni.redirectTo({
|
||||
url: '/BagAuth/pages/login/login'
|
||||
})
|
||||
}
|
||||
}, 2000)
|
||||
}, 1000)
|
||||
})
|
||||
},
|
||||
onReady(option) {
|
||||
|
||||
Reference in New Issue
Block a user