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