Commit 6cd9aac0 authored by shilei's avatar shilei

fix: 周边配套条件显示

parent 30c6cf2c
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<DetailInfoCell :infos="joinRequired" title="入驻要求"> <DetailInfoCell :infos="joinRequired" title="入驻要求">
<DetailInfo :infos="joinRequired"></DetailInfo> <DetailInfo :infos="joinRequired"></DetailInfo>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell title="周边配套" title-center> <DetailInfoCell title="周边配套" title-center v-if="detail.carrierParkVo.latitude">
<MapView <MapView
:lat="detail.carrierParkVo.latitude" :lat="detail.carrierParkVo.latitude"
:lng="detail.carrierParkVo.longitude" :lng="detail.carrierParkVo.longitude"
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<DetailInfoCell v-if="industryFund.length" :infos="industryFund" title="产业基金"> <DetailInfoCell v-if="industryFund.length" :infos="industryFund" title="产业基金">
<DetailInfo :infos="industryFund"></DetailInfo> <DetailInfo :infos="industryFund"></DetailInfo>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell title="周边配套" title-center> <DetailInfoCell title="周边配套" title-center v-if="detail.latitude">
<MapView :lat="detail.latitude" :lng="detail.longitude"></MapView> <MapView :lat="detail.latitude" :lng="detail.longitude"></MapView>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell <DetailInfoCell
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</div> </div>
</div> </div>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell title="周边配套" title-center> <DetailInfoCell title="周边配套" title-center v-if="detail.latitude">
<MapView :lat="detail.latitude" :lng="detail.longitude"></MapView> <MapView :lat="detail.latitude" :lng="detail.longitude"></MapView>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell <DetailInfoCell
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<DetailInfoCell :infos="joinRequired" title="入驻要求"> <DetailInfoCell :infos="joinRequired" title="入驻要求">
<DetailInfo :infos="joinRequired"></DetailInfo> <DetailInfo :infos="joinRequired"></DetailInfo>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell title="周边配套" title-center> <DetailInfoCell title="周边配套" title-center v-if="detail.development.latitude">
<MapView :lat="detail.development.latitude" :lng="detail.development.longitude"></MapView> <MapView :lat="detail.development.latitude" :lng="detail.development.longitude"></MapView>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell class="!mt-10" title-center title="所属开发区"> <DetailInfoCell class="!mt-10" title-center title="所属开发区">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment