|
|
|
@ -42,8 +42,10 @@ |
|
|
|
|
<checkbox-group @click.stop='ChangeIsDefault'> |
|
|
|
|
<checkbox :class="inAnimation?'trembling':''" @animationend='inAnimation=false' |
|
|
|
|
:checked="protocol ? true : false" /> <text @click.stop='ChangeIsDefault'>已阅读并同意</text> |
|
|
|
|
<text class="main-color" @click.stop="privacy(4)">《用户协议》</text> |
|
|
|
|
与<text class="main-color" @click.stop="privacy(3)">《隐私协议》</text> |
|
|
|
|
<!-- userAgree(4) --> |
|
|
|
|
<text class="main-color" @click.stop="userAgree">《用户协议》</text> |
|
|
|
|
<!-- privacy(3) --> |
|
|
|
|
与<text class="main-color" @click.stop="userPrivacyAgree">《隐私协议》</text> |
|
|
|
|
</checkbox-group> |
|
|
|
|
</view> |
|
|
|
|
<block> |
|
|
|
@ -434,6 +436,16 @@ |
|
|
|
|
url: "/pages/users/privacy/index?type=" + type |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
userAgree(){ |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/users/user_about/index?from=sys_user_agree' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
userPrivacyAgree(){ |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/users/user_about/index?from=sys_userr_privacy' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// #ifdef H5 |
|
|
|
|
// 公众号登录 |
|
|
|
|
wechatLogin() { |
|
|
|
|