This commit is contained in:
yanran200730
2022-03-14 16:11:34 +08:00
parent 39ec25b828
commit 7af6c0d30e

View File

@@ -166,7 +166,10 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$u.toast('发布成功')
this.back()
setTimeout(() => {
this.back()
}, 800)
}
}).catch(e => {
this.$u.toast(e)