|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view style="height: 100%;">
|
|
<view style="height: 100%;">
|
|
|
- <map style="width: 100%;height: 100%;" :scale="scale" :latitude="latitude" :longitude="longitude" :markers="covers" @markertap="markertap">
|
|
|
|
|
|
|
+ <map style="width: 100%;height: 100%;" :scale="scale" :latitude="latitude" :longitude="longitude" :markers="covers" @markertap="markertap" @callouttap="markertap">
|
|
|
</map>
|
|
</map>
|
|
|
<cover-view class="map-pop-box" v-show="isShowPop" @click="goParkDetail()">
|
|
<cover-view class="map-pop-box" v-show="isShowPop" @click="goParkDetail()">
|
|
|
<cover-view class="display-between">
|
|
<cover-view class="display-between">
|
|
@@ -149,8 +149,8 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
|
.map-pop-box {
|
|
.map-pop-box {
|
|
|
- width: 92%;
|
|
|
|
|
- padding: 30rpx;
|
|
|
|
|
|
|
+ width: 90%;
|
|
|
|
|
+ padding: 40rpx;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
bottom: 0;
|