四邻联动
This commit is contained in:
@@ -37,8 +37,11 @@ export default {
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
},
|
||||
created() {
|
||||
onLoad() {
|
||||
this.getList()
|
||||
uni.$on('reload', () => {
|
||||
this.getListInit()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '党员积分'
|
||||
|
||||
Reference in New Issue
Block a user