|
|
@@ -55,8 +55,8 @@
|
|
|
<view class="system">
|
|
|
<top-title :title="'救在身边'" navurl="/pages/applic/location" :show_more="true"></top-title>
|
|
|
<view class="system-map">
|
|
|
- <map class="map-box" id="map" show-location :markers="marker" :scale="scale" :latitude="latitude4"
|
|
|
- :longitude="longitude4" ref="map" @markertap="markertap"></map>
|
|
|
+ <map class="map-box" id="map" show-location :markers="jzsbmarker" :scale="scale" :latitude="latitude4"
|
|
|
+ :longitude="longitude4" ref="map" ></map>
|
|
|
</view>
|
|
|
<view class="" style="padding-top: 80rpx;">
|
|
|
<view v-for="(item,index) in jzsblist" :key="item.id">
|
|
|
@@ -642,13 +642,13 @@
|
|
|
let arr = data.map(item => ({
|
|
|
latitude: item.latitude,
|
|
|
longitude: item.longitude,
|
|
|
- iconPath: '/static/img/img014.png',
|
|
|
+ iconPath: '/static/img/jzsblogo.png',
|
|
|
width: '35',
|
|
|
height: '35',
|
|
|
id: item.id,
|
|
|
address: item.address
|
|
|
}))
|
|
|
- obj.jzsbtmarker = obj.marker.concat(arr)
|
|
|
+ obj.jzsbmarker = obj.marker.concat(arr)
|
|
|
}).catch(err => {
|
|
|
console.log(err);
|
|
|
});
|