From e1a8e5b4af5d8738d1879abe93dd1365b9bf16a7 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 6 Jan 2025 15:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=8D=8F=E8=AE=AE=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/login.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/index/login.vue b/pages/index/login.vue index 50446a7..4001f86 100644 --- a/pages/index/login.vue +++ b/pages/index/login.vue @@ -420,15 +420,15 @@ export default { }, weixinlogin:function(){ var that = this; - if ( !that.isagree) { + // if ( !that.isagree) { // that.showxieyi = true; // that.wxloginclick = true; - uni.showToast({ - title:'请先阅读并同意协议', - icon:'none' - }) - return; - } + // uni.showToast({ + // title:'请先阅读并同意协议', + // icon:'none' + // }) + // return; + // } console.log('weixinlogin') that.wxloginclick = false; app.authlogin(function(res){