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