Commit 10fa1de3 authored by 李硕's avatar 李硕

板寸活动放连点

parent f69d01a5
......@@ -175,12 +175,14 @@ Component({
this.setData({
isPostParams: false
})
const { success, message } = await saveActivityInfo(params);
if (success) {
this.backList();
setTimeout(() => {
this.setData({
isPostParams: true
})
}, 2000);
const { success, message } = await saveActivityInfo(params);
if (success) {
this.backList();
} else {
this.showFailToast(message);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment