From 226bc12071a724da55e2895d6ee873be1f224602 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Feb 2022 15:30:42 +0800 Subject: [PATCH] BUG 27631 --- src/mods/AppVillageInfo/AppVillageInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mods/AppVillageInfo/AppVillageInfo.vue b/src/mods/AppVillageInfo/AppVillageInfo.vue index 20451f4..40831bd 100644 --- a/src/mods/AppVillageInfo/AppVillageInfo.vue +++ b/src/mods/AppVillageInfo/AppVillageInfo.vue @@ -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') }