From c3069fb6c4ea4d7b64c41cf23a7d13c416262ed6 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Thu, 12 Oct 2023 21:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/reg/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/reg/index.vue b/pages/reg/index.vue index a897815..62c4a3e 100644 --- a/pages/reg/index.vue +++ b/pages/reg/index.vue @@ -336,10 +336,7 @@ export default { }, onLoad(query){ this.query = query - this.form.invite_code = this.query.invite_code||this.form.invite_code; - if(this.query.invite_code){ - this.showInvite_code = false; - } + this.form.invite_code = this.query.invite_code||this.form.invite_code }, created() { this.clause();