bug
This commit is contained in:
@@ -149,7 +149,6 @@ export default {
|
||||
contentType: 0
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(333)
|
||||
if (res.code == 0) {
|
||||
uni.$emit('update')
|
||||
this.$u.toast('发布成功')
|
||||
|
||||
@@ -105,6 +105,7 @@ export default {
|
||||
this.getType()
|
||||
this.getList()
|
||||
uni.$on('update', () => {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user