BUG 27631
This commit is contained in:
@@ -35,7 +35,7 @@ import {mapState} from 'vuex'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppVillageInfo",
|
name: "AppVillageInfo",
|
||||||
appName: "一村一码",
|
appName: "一村一群",
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user', 'token'])
|
...mapState(['user', 'token'])
|
||||||
},
|
},
|
||||||
@@ -45,7 +45,7 @@ export default {
|
|||||||
info: {}
|
info: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad() {
|
||||||
if (uni.getStorageSync('areaId')) {
|
if (uni.getStorageSync('areaId')) {
|
||||||
this.areaId = uni.getStorageSync('areaId')
|
this.areaId = uni.getStorageSync('areaId')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user