四邻
This commit is contained in:
@@ -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 ++,
|
||||
|
||||
Reference in New Issue
Block a user