|
@@ -13,7 +13,7 @@
|
|
|
</uni-nav-bar>
|
|
|
<!-- 页面主体 -->
|
|
|
<view class="pageContent">
|
|
|
- <map id="map" :latitude="lat" :longitude="lng" scale="14" show-compass :markers="markers" @markertap="markertap"
|
|
|
+ <map id="map" :latitude="lat" :longitude="lng" scale="10" show-compass :markers="markers" @markertap="markertap"
|
|
|
show-location style="width: 100%; height:100%;">
|
|
|
<!-- 信息提示 -->
|
|
|
<cover-view class="work-message" @click="toWork" v-if="workStatus!='stop'">
|