|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="app-container">
|
|
|
- <dev class="scoped-top-tips" v-show="!isDeal">洪楼plus小程序提示:点击图中区域、楼盘、学校可查看更多</dev>
|
|
|
+ <div class="scoped-top-tips" v-show="!isDeal">洪楼plus小程序提示:点击图中区域、楼盘、学校可查看更多</div>
|
|
|
<div class="scoped-bg"></div>
|
|
|
<div v-if="$route.query.id === '95542fdc-b542-4582-9be2-9ab8005728d3' || $route.query.id === '95542ff1-8176-4267-8344-2aa7f1034ac5'" class="scoped-tab">
|
|
|
<div @click="linkChange('95542fdc-b542-4582-9be2-9ab8005728d3')" :class="$route.query.id === '95542fdc-b542-4582-9be2-9ab8005728d3' ? 'op cur' : 'op'">小学</div>
|
|
@@ -60,12 +60,13 @@
|
|
|
:amap-manager="amapManager"
|
|
|
:zoom="mapDiyObj.zoom"
|
|
|
:zooms="mapDiyObj.zooms"
|
|
|
- :mapStyle="mapDiyObj.mapStyle"
|
|
|
+
|
|
|
+ >
|
|
|
+ <!-- :mapStyle="mapDiyObj.mapStyle"
|
|
|
:center="mapDiyObj.center"
|
|
|
:events="mapEvents"
|
|
|
- :plugin="plugin"
|
|
|
- >
|
|
|
- <template v-if="mapDiyObj.zoom > 13">
|
|
|
+ :plugin="plugin" -->
|
|
|
+ <!-- <template v-if="mapDiyObj.zoom > 13">
|
|
|
<template v-if="mapDiyObj.isSchoolShow === '1'">
|
|
|
<el-amap-marker class="scoped-m-box" v-for="(marker, index) in schoolList" :key="3000 + index"
|
|
|
icon="https://img2.honglounews.com/20220110041435-6276.png"
|
|
@@ -88,8 +89,6 @@
|
|
|
:label="{content: marker.estate_name, offset: [-10 * marker.estate_name.length / 2, -20]}"
|
|
|
:extData="{id: marker.id}"
|
|
|
>
|
|
|
- <!-- https://img2.honglounews.com/20220110041534-8330.png -->
|
|
|
- <!-- https://img2.honglounews.com/20220110041411-6675.png -->
|
|
|
</el-amap-marker>
|
|
|
</template>
|
|
|
<el-amap-marker v-for="(marker, index) in markerData" :key="9000 + index"
|
|
@@ -131,7 +130,7 @@
|
|
|
:strokeOpacity="polygon.strokeOpacity"
|
|
|
:extData="{index}"
|
|
|
:events="polygonEvents">
|
|
|
- </el-amap-polygon>
|
|
|
+ </el-amap-polygon> -->
|
|
|
</el-amap>
|
|
|
<MapTextEdit
|
|
|
:isShow="isMteShow"
|
|
@@ -987,7 +986,7 @@ export default {
|
|
|
text-align: center;
|
|
|
font-size: 12px;
|
|
|
border-radius: 50%;
|
|
|
- padding-top: 20px;
|
|
|
+ padding-top: 16px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|