28100
This commit is contained in:
@@ -166,7 +166,10 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast('发布成功')
|
this.$u.toast('发布成功')
|
||||||
this.back()
|
|
||||||
|
setTimeout(() => {
|
||||||
|
this.back()
|
||||||
|
}, 800)
|
||||||
}
|
}
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
this.$u.toast(e)
|
this.$u.toast(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user