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 +})