From b916bb3a2f6e7453a661adde9a97dd5e59cf923b Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 16 Dec 2024 13:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BF=E5=90=8D=E7=94=A8=E6=88=B7=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E8=BF=9B=E5=85=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/form/index.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/form/index.ts b/pages/form/index.ts index 0bc0d05..01bad27 100644 --- a/pages/form/index.ts +++ b/pages/form/index.ts @@ -232,6 +232,16 @@ Page({ content: '房间号不存在!', }); } + } else { + Message.error({ + context: this, + offset: [90, 32], + duration: 3000, + content: res.message, + }); + this.setData({ + isJoin: false + }) } }).catch(() => { this.setData({