This commit is contained in:
shijingjing
2022-04-19 14:38:12 +08:00
parent 6fa86ccb8e
commit 29cb1e4448
5 changed files with 99 additions and 36 deletions

View File

@@ -68,7 +68,11 @@ export default {
},
onShow() {
this.$dict.load('partyFourLinkageStatus')
uni.$on('update', ()=>{
this.getList()
})
this.getList()
this.getUserInfo()
},
methods: {
search(e) {
@@ -98,7 +102,7 @@ export default {
this.list = this.current==1? res.data.records : [...this.list, ...res.data.records]
}
})
}
},
},
onReachBottom() {
this.current ++,