28100
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user