@@ -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">
@@ -9,7 +9,7 @@
<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>