From ddaeb2cf425154156b433e8f44e00cc96144b6d3 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 3 Apr 2024 11:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/login/login_copy.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/users/login/login_copy.vue b/pages/users/login/login_copy.vue index a7d45b9..7e74e0f 100644 --- a/pages/users/login/login_copy.vue +++ b/pages/users/login/login_copy.vue @@ -337,13 +337,9 @@ this.type = 'register' } }, - isAgree: function(n, o){ - uni.setStorageSync('isAgree', n); - } }, onLoad() { let self = this - this.isAgree = uni.getStorageSync('isAgree') uni.getSystemInfo({ success: function(res) { if (res.platform.toLowerCase() == 'ios' && self.getSystem(res.system) >= 13) { @@ -624,6 +620,7 @@ url: backUrl }); } else { + that.isAgree = false; that.auth_token = res.data.result.key; that.bindStatus = true; } @@ -680,6 +677,7 @@ url: backUrl }); } else { + that.isAgree = false; that.auth_token = res.data.result.key; that.bindStatus = true; }