【fix 80904】 起草组报名成功提示

This commit is contained in:
danshihao
2024-01-16 17:42:48 +08:00
parent 08bb8c77ff
commit 7d09b742df
@@ -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() {
}
})
})