This commit is contained in:
liuye
2022-01-07 13:58:07 +08:00
parent 519c9139ab
commit 07bf7fd304
4 changed files with 203 additions and 239 deletions

View File

@@ -95,6 +95,11 @@ export default {
this.current ++
this.getList()
})
uni.$on('getListInit', ()=>{
this.current = 1
this.getList()
})
},
created() {
this.$dict.load('clapEventStatus').then(() => {