From 7d09b742dfef5a129c3d14688d8e719d60ceae79 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 16 Jan 2024 17:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=2080904=E3=80=91=20=E8=B5=B7?= =?UTF-8?q?=E8=8D=89=E7=BB=84=E6=8A=A5=E5=90=8D=E6=88=90=E5=8A=9F=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/signUpDraftTeamPage/signUpDraftTeamPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/signUpDraftTeamPage/signUpDraftTeamPage.js b/pages/signUpDraftTeamPage/signUpDraftTeamPage.js index 4eaf401..88fb703 100644 --- a/pages/signUpDraftTeamPage/signUpDraftTeamPage.js +++ b/pages/signUpDraftTeamPage/signUpDraftTeamPage.js @@ -139,7 +139,7 @@ Page({ UserApi.draftingGroupRegistration(params).then(res => { if (res.success) { wx.showToast({ - title: res.result, + title: '报名成功', icon: 'success', duration: 1500, mask: true @@ -149,7 +149,7 @@ Page({ }, 1500) } else { wx.showToast({ - title: res.result, + title: res.message, icon: 'none', duration: 2000 }) @@ -235,4 +235,4 @@ Page({ onShareAppMessage() { } -}) \ No newline at end of file +})