Explorar el Código

修复 地图显示

王智慧 hace 3 años
padre
commit
cd14d0a984
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      miniprogram/pages/sharePage/sharePage.wxml

+ 1 - 2
miniprogram/pages/sharePage/sharePage.wxml

@@ -1,5 +1,4 @@
-<!-- <map enable-zoom="{{false}}" enable-scroll="{{false}}" markers="{{markers}}" include-points="{{points}}" latitude="{{latitude}}" longitude="{{longitude}}" style="width: 100%;height: 294rpx;" name="map" class="map"></map> -->
-<view style="width: 100%;height: 294rpx;"></view>
+<map enable-zoom="{{false}}" enable-scroll="{{false}}" markers="{{markers}}" include-points="{{points}}" latitude="{{latitude}}" longitude="{{longitude}}" style="width: 100%;height: 294rpx;" name="map" class="map"></map>
 <view class="df aic jcsa tabs" style="margin-bottom:32rpx">
   <view class="tabsview {{tab==2?'current-tab':''}}" bindtap="changeTab" data-tab="{{2}}">航次信息</view>
   <view class="tabsview {{tab==3?'current-tab':''}}" bindtap="changeTab" data-tab="{{3}}">卸货信息</view>