|
|
|
@ -51,9 +51,9 @@ |
|
|
|
|
</u-checkbox-group> |
|
|
|
|
<view class=""> |
|
|
|
|
登录即表示您已详细阅读并同意<text @tap.stop="goDetail(1)" :style="{color:primaryColor}"> |
|
|
|
|
《用户隐私协议》 |
|
|
|
|
《隐私政策》 |
|
|
|
|
</text>与<text @tap.stop="goDetail(2)" :style="{color:primaryColor}"> |
|
|
|
|
《个人信息保护指引》 |
|
|
|
|
《用户协议》 |
|
|
|
|
</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -79,9 +79,9 @@ |
|
|
|
|
<view class="title">温馨提示</view> |
|
|
|
|
<view class="f-desc c-title mt-lg"> |
|
|
|
|
登录即表示您已详细阅读并同意<span @tap.stop="goDetail(1)" :style="{color:primaryColor}"> |
|
|
|
|
《用户隐私协议》 |
|
|
|
|
《隐私政策》 |
|
|
|
|
</span>与<span @tap.stop="goDetail(2)" :style="{color:primaryColor}"> |
|
|
|
|
《个人信息保护指引》 |
|
|
|
|
《用户协议》 |
|
|
|
|
</span> |
|
|
|
|
</view> |
|
|
|
|
<view class="button"> |
|
|
|
@ -217,7 +217,7 @@ |
|
|
|
|
// }, |
|
|
|
|
async smsLogin(item){ |
|
|
|
|
if(this.checked.length==0){ |
|
|
|
|
uni.$u.toast('请阅读并同意《用户隐私协议》'); |
|
|
|
|
uni.$u.toast('请阅读并同意《隐私政策》'); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
let userInfo; |
|
|
|
|