This commit is contained in:
liuye
2022-01-04 14:57:11 +08:00
parent 6e77943d76
commit 7f8d243568
2 changed files with 1 additions and 1 deletions

View File

@@ -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('发布成功')

View File

@@ -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()
}) })