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;