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; }