列表刷新
This commit is contained in:
@@ -80,6 +80,10 @@ export default {
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '小程序公告' })
|
||||
this.getList()
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
onShow() {},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user