From d9eb5ced2ca07e65094b0a36f9c29ab6b19d20f0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 28 Feb 2022 16:03:20 +0800 Subject: [PATCH] BUG 27634 --- src/mods/AppVillageInfo/AppVillageInfo.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mods/AppVillageInfo/AppVillageInfo.vue b/src/mods/AppVillageInfo/AppVillageInfo.vue index 1f7d99f..4210c9a 100644 --- a/src/mods/AppVillageInfo/AppVillageInfo.vue +++ b/src/mods/AppVillageInfo/AppVillageInfo.vue @@ -7,7 +7,7 @@

已有{{ info.peopleNum || 0 }}户居民

- +
用微信或政务微信扫码加入
@@ -45,7 +45,8 @@ export default { } }, onLoad() { - this.getArea().then(areaId => this.getDetail(areaId)) + // this.getArea().then(areaId => this.getDetail(areaId)) + this.getDetail("341021104200") }, methods: { getArea() { @@ -135,7 +136,7 @@ export default { box-sizing: border-box; margin-top: -8px; - .qrcode-img { + ::v-deep image { width: 420px; height: 420px; margin-bottom: 24px;