|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
- <My_listbox ref="box" :pullDown="false"><!-- :latitude="latitude" :longitude="longitude" -->
|
|
|
- <map name="map" style="width: 100%;height: 100vh;" show-location :markers="markers" :include-points="markers"
|
|
|
- @markertap="onMarkerTap" @callouttap='usePort == "h5" ? onMarkerTap() : toDetail()'>
|
|
|
+ <My_listbox ref="box" :pullDown="false"><!-- :latitude="latitude" :longitude="longitude" -->
|
|
|
+ <map name="map" style="width: 100%;height: 100vh;" scale="4" show-location :markers="markers"
|
|
|
+ :include-points="markers" @markertap="onMarkerTap" @callouttap='usePort == "h5" ? onMarkerTap() : toDetail()'>
|
|
|
<cover-view slot="callout">
|
|
|
<cover-view class="customCallout" v-for="item in markers" :key="item.id" :marker-id="item.id">
|
|
|
<cover-view class="title">
|
|
@@ -71,8 +71,6 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
uninitialized: true,
|
|
|
- latitude: 30.746129,
|
|
|
- longitude: 120.755486,
|
|
|
information: [],
|
|
|
facility: {},
|
|
|
h5Popup: false,
|