1
This commit is contained in:
parent
da058ac873
commit
f8f59ee161
@ -150,6 +150,45 @@
|
||||
<img :src="item.formattedData.mapImageUrl" alt="" style="width: 100%;height: 100%;"/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 停车点 -->
|
||||
<div
|
||||
class="indexpage-container-box-point-item-inner"
|
||||
v-if="item.type == 4"
|
||||
:style="{
|
||||
width: item.formattedData.locationWide * radio + 'px',
|
||||
height: item.formattedData.locationDeep * radio + 'px'
|
||||
}"
|
||||
>
|
||||
<div >
|
||||
<img :src="item.formattedData.mapImageUrl" alt="" style="width: 100%;height: 100%;"/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 路径点 -->
|
||||
<div
|
||||
class="indexpage-container-box-point-item-inner"
|
||||
v-if="item.type == 5"
|
||||
:style="{
|
||||
width: item.formattedData.locationWide * radio + 'px',
|
||||
height: item.formattedData.locationDeep * radio + 'px'
|
||||
}"
|
||||
>
|
||||
<div >
|
||||
<img :src="item.formattedData.mapImageUrl" alt="" style="width: 100%;height: 100%;"/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 等待点 -->
|
||||
<div
|
||||
class="indexpage-container-box-point-item-inner"
|
||||
v-if="item.type == 6"
|
||||
:style="{
|
||||
width: item.formattedData.locationWide * radio + 'px',
|
||||
height: item.formattedData.locationDeep * radio + 'px'
|
||||
}"
|
||||
>
|
||||
<div >
|
||||
<img :src="item.formattedData.mapImageUrl" alt="" style="width: 100%;height: 100%;"/>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="item.type == 1" style="width: 10px; height: 10px; border-radius: 50%; background: #1890ff">
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user