|
|
@@ -23,9 +23,9 @@
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <!-- <view style="margin-top:50upx;">
|
|
|
+ <view style="margin-top:50upx;">
|
|
|
<button class="admin-button-com small blue buttonText" @click="mobileLogin()">本机号码一键登录</button>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
<view style="color:#999999;font-size:25upx;margin-top:30upx;">
|
|
|
@@ -166,6 +166,11 @@ export default {
|
|
|
// return
|
|
|
// }
|
|
|
|
|
|
+ if(this.agree == 0){
|
|
|
+ this.$msg('请同意并勾选服务协议和隐私政策')
|
|
|
+ return false
|
|
|
+ }
|
|
|
+
|
|
|
uni.showLoading({mask:true})
|
|
|
uni.preLogin({
|
|
|
provider: 'univerify',
|