This commit is contained in:
yanran200730
2022-05-30 15:45:02 +08:00
parent 6cf4f3d240
commit 3b15852df5
4 changed files with 15 additions and 8 deletions

View File

@@ -100,7 +100,13 @@
})
uni.$on('change', () => {
this.isMore = false
this.current = 1
this.getInfo(query.id)
this.$nextTick(() => {
this.getList()
})
})
uni.$on('update', () => {