This commit is contained in:
liuye
2022-10-10 17:52:05 +08:00
parent 2421df4995
commit ac869994a7

View File

@@ -17,7 +17,8 @@
<i class="iconClean iconfont"></i>
</div>
<div class="community-info__header">
<h2>{{info.resourceName}}<span>{{info.categoryName}}</span></h2>
<h2>{{info.resourceName}}</h2>
<div class="info-type">{{info.categoryName}}</div>
<div>{{info.areaName}}{{info.address}}</div>
</div>
<div class="community-info__wrapper">
@@ -179,7 +180,6 @@ export default {
getTypeList() {
this.instance.post(`/app/appresourcecategory/list?current=1&size=1000&areaId=${this.user.info.areaId}`).then(res => {
if (res.code == 0) {
// this.initMap(res.data);
this.typeList = res.data.records
}
})
@@ -225,6 +225,7 @@ export default {
},
handleAreaSelect(v) {
this.areaId = v?.[0]?.label
this.getResourceListInit()
},
}
}
@@ -321,7 +322,6 @@ export default {
font-family: MicrosoftYaHeiS0pxibold;
font-size: 16px;
color: #333;
text-align: justify;
line-height: 20px;
}
@@ -333,7 +333,7 @@ export default {
margin-top: 9px;
}
span {
.info-type {
display: inline-block;
height: 22px;
line-height: 22px;