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() },