BUG 27631

This commit is contained in:
aixianling
2022-02-23 15:30:42 +08:00
parent 93fa7005f7
commit 226bc12071

View File

@@ -35,7 +35,7 @@ import {mapState} from 'vuex'
export default {
name: "AppVillageInfo",
appName: "一村一",
appName: "一村一",
computed: {
...mapState(['user', 'token'])
},
@@ -45,7 +45,7 @@ export default {
info: {}
}
},
onLoad(options) {
onLoad() {
if (uni.getStorageSync('areaId')) {
this.areaId = uni.getStorageSync('areaId')
}