Fix:【商城小程序】登录--勾选《用户协议》后取消勾选,仍可成功登录

This commit is contained in:
linxi
2024-09-19 09:49:58 +08:00
parent f3c1ad8d32
commit 427d33b550
+1 -1
View File
@@ -238,7 +238,7 @@ export default {
})
},
getUserInfoProfile() {
if (!this.isAgree) {
if (this.isAgree !== 'yes') {
uni.showToast({
title: "请先阅读并同意《用户服务协议及隐私政策》",
icon: "none",