BUG 30134

This commit is contained in:
aixianling
2022-06-09 14:29:27 +08:00
parent f49dee4eff
commit 60dcab50bc

View File

@@ -441,11 +441,11 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.$u.toast('提交成功')
uni.navigateBack({
setTimeout(() => uni.navigateBack({
success: () => {
uni.$emit("selectType")
}
})
}), 1500)
} else this.$u.toast(res?.msg || "提交失败,请联系管理员")
}).catch(err => {
this.$u.toast(err || "提交失败,请联系管理员")