This commit is contained in:
yanran200730
2022-05-25 17:50:44 +08:00
parent f23adc52ef
commit 7211926a77
7 changed files with 22 additions and 13 deletions

View File

@@ -102,8 +102,13 @@
})
uni.$on('update', () => {
this.isMore = false
this.current = 1
this.getTotalInfo(query.id)
this.getList()
this.$nextTick(() => {
this.getList()
})
})
},