BUG 25187

This commit is contained in:
aixianling
2021-12-02 17:44:51 +08:00
parent 9f5f7acb54
commit 451d3b1f5c

View File

@@ -174,6 +174,8 @@ export default {
tips: "提交成功!感谢参与", tips: "提交成功!感谢参与",
} }
} }
}).catch(err => {
this.$u.toast(err || "提交失败")
}) })
} }
}, },