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

@@ -105,6 +105,7 @@ export default {
this.getType()
this.getList()
uni.$on('update', () => {
this.current = 1
this.getList()
})