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