四邻联动

This commit is contained in:
liuye
2022-04-18 18:52:27 +08:00
parent c5fa49a5e4
commit d261e10dc8
5 changed files with 188 additions and 61 deletions

View File

@@ -37,8 +37,11 @@ export default {
computed: {
...mapState(['user']),
},
created() {
onLoad() {
this.getList()
uni.$on('reload', () => {
this.getListInit()
})
},
onShow() {
document.title = '党员积分'