BUG 27634
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<p>已有{{ info.peopleNum || 0 }}户居民</p>
|
<p>已有{{ info.peopleNum || 0 }}户居民</p>
|
||||||
<img src="https://cdn.cunwuyun.cn/dvcp/villgroup/head.png" alt="" class="banner-img">
|
<img src="https://cdn.cunwuyun.cn/dvcp/villgroup/head.png" alt="" class="banner-img">
|
||||||
<div class="qrcode-content">
|
<div class="qrcode-content">
|
||||||
<img :src="info.codeUrl" class="qrcode-img">
|
<AiImage :src="info.codeUrl" class="qrcode-img" preview/>
|
||||||
<div>用微信或政务微信扫码加入</div>
|
<div>用微信或政务微信扫码加入</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -45,7 +45,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.getArea().then(areaId => this.getDetail(areaId))
|
// this.getArea().then(areaId => this.getDetail(areaId))
|
||||||
|
this.getDetail("341021104200")
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getArea() {
|
getArea() {
|
||||||
@@ -135,7 +136,7 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
|
|
||||||
.qrcode-img {
|
::v-deep image {
|
||||||
width: 420px;
|
width: 420px;
|
||||||
height: 420px;
|
height: 420px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user