30935
This commit is contained in:
@@ -141,6 +141,13 @@ export default {
|
||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||
this.getList();
|
||||
})
|
||||
|
||||
uni.$on('refresh', () => {
|
||||
this.current = 1
|
||||
this.status = '加载更多'
|
||||
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
|
||||
onReachBottom() {
|
||||
|
||||
Reference in New Issue
Block a user