From 2e7215e9cc5554ba744536500d48b01f6ed01ac2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 28 Feb 2022 16:04:10 +0800 Subject: [PATCH] BUG 27634 --- src/mods/AppVillageInfo/AppVillageInfo.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mods/AppVillageInfo/AppVillageInfo.vue b/src/mods/AppVillageInfo/AppVillageInfo.vue index 4210c9a..c8941af 100644 --- a/src/mods/AppVillageInfo/AppVillageInfo.vue +++ b/src/mods/AppVillageInfo/AppVillageInfo.vue @@ -37,7 +37,7 @@ export default { name: "AppVillageInfo", appName: "一村一群", computed: { - ...mapState(['user', 'token']) + ...mapState(['user']) }, data() { return { @@ -45,8 +45,7 @@ export default { } }, onLoad() { - // this.getArea().then(areaId => this.getDetail(areaId)) - this.getDetail("341021104200") + this.getArea().then(areaId => this.getDetail(areaId)) }, methods: { getArea() {