Fix:【商城小程序】登录--勾选《用户协议》后取消勾选,仍可成功登录
This commit is contained in:
@@ -238,7 +238,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getUserInfoProfile() {
|
getUserInfoProfile() {
|
||||||
if (!this.isAgree) {
|
if (this.isAgree !== 'yes') {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "请先阅读并同意《用户服务协议及隐私政策》",
|
title: "请先阅读并同意《用户服务协议及隐私政策》",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
|
|||||||
Reference in New Issue
Block a user