From d6bdecc359f10505358da3c0d594e5b0585ed257 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 3 Mar 2025 10:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=A5=E9=94=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/form/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/form/index.ts b/pages/form/index.ts index b44c68a..2db8d1d 100644 --- a/pages/form/index.ts +++ b/pages/form/index.ts @@ -146,7 +146,15 @@ Page({ token: res[0].data, appid: res[1].data }) + } else { + this.setData({ + isJoin: false + }) } + }).catch(() => { + this.setData({ + isJoin: false + }) }) }, getCode(callBack?) {