From 715b0e739646a536512c46a6a32244a5bcf59360 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Feb 2022 15:31:18 +0800 Subject: [PATCH] BUG 27633 --- src/mods/AppVillageInfo/AppVillageInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/AppVillageInfo/AppVillageInfo.vue b/src/mods/AppVillageInfo/AppVillageInfo.vue index 40831bd..c0c9ad0 100644 --- a/src/mods/AppVillageInfo/AppVillageInfo.vue +++ b/src/mods/AppVillageInfo/AppVillageInfo.vue @@ -47,7 +47,7 @@ export default { }, onLoad() { if (uni.getStorageSync('areaId')) { - this.areaId = uni.getStorageSync('areaId') + this.areaId = uni.getStorageSync('areaId')||this.user.areaId } this.getDetail() },