zhangyun 4 лет назад
Родитель
Сommit
6381a13feb
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      pages/cb/bzy/equip-set/bzyhistoryile.vue
  2. 1 1
      pages/distribution/index.vue

+ 1 - 1
pages/cb/bzy/equip-set/bzyhistoryile.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<view style="position: fixed;z-index: 100;">
-			<uni-nav-bar @clickLeft="clickLeft" left-icon="back" title="查看图片"></uni-nav-bar>
+			<uni-nav-bar @clickLeft="clickLeft" left-icon="back" title="历史数据"></uni-nav-bar>
 		</view>
 		<view class="shuju_one">
 			<view class="shuju_one_title">

+ 1 - 1
pages/distribution/index.vue

@@ -9,7 +9,7 @@
 			</view>
 			<view class="page-section page-section-gap">
 				<map style="width: 100%; height: 85vh;" scale="3" :latitude="latitude" :longitude="longitude" :markers="covers"
-				 :enable-zoom="true" @markertap="markertap">
+				 :enable-zoom="true" @markertap="markertap" :include-points="covers">
 				</map>
 			</view>
 		</view>