|
@@ -55,7 +55,7 @@
|
|
|
<view class="system">
|
|
<view class="system">
|
|
|
<top-title :title="'救在身边'" navurl="/pages/applic/location" :show_more="true"></top-title>
|
|
<top-title :title="'救在身边'" navurl="/pages/applic/location" :show_more="true"></top-title>
|
|
|
<view class="system-map">
|
|
<view class="system-map">
|
|
|
- <map class="map-box" id="map" show-location :markers="marker" :scale="scale" :latitude="latitude4"
|
|
|
|
|
|
|
+ <map class="map-box" id="map" show-location :markers="jzsbmarker" :scale="scale" :latitude="latitude4"
|
|
|
:longitude="longitude4" ref="map" @markertap="markertap"></map>
|
|
:longitude="longitude4" ref="map" @markertap="markertap"></map>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="" style="padding-top: 80rpx;">
|
|
<view class="" style="padding-top: 80rpx;">
|
|
@@ -648,7 +648,7 @@
|
|
|
id: item.id,
|
|
id: item.id,
|
|
|
address: item.address
|
|
address: item.address
|
|
|
}))
|
|
}))
|
|
|
- obj.jzsbtmarker = obj.marker.concat(arr)
|
|
|
|
|
|
|
+ obj.jzsbmarker = obj.marker.concat(arr)
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
console.log(err);
|
|
console.log(err);
|
|
|
});
|
|
});
|
|
@@ -736,8 +736,8 @@
|
|
|
name: obj.name,
|
|
name: obj.name,
|
|
|
uid: obj.uid,
|
|
uid: obj.uid,
|
|
|
phone: obj.phone,
|
|
phone: obj.phone,
|
|
|
- longitude: obj.longitude,
|
|
|
|
|
- latitude: obj.latitude,
|
|
|
|
|
|
|
+ longitude: obj.longitude4,
|
|
|
|
|
+ latitude: obj.latitude4,
|
|
|
to_phone: obj.to_phone
|
|
to_phone: obj.to_phone
|
|
|
}).then((data) => {
|
|
}).then((data) => {
|
|
|
console.log(99988, data)
|
|
console.log(99988, data)
|