|
|
|
@ -82,7 +82,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<uni-popup ref="other" background-color="#fff" mask-background-color="rgba(0,0,0,0.5)"> |
|
|
|
|
<uni-popup ref="other" type="bottom" background-color="#fff" mask-background-color="rgba(0,0,0,0.5)"> |
|
|
|
|
<view class="pop-content"> |
|
|
|
|
<view v-for="(item, index) in oData" :key="index" class="amb_30 pop-item"> |
|
|
|
|
<view @click="changeOther(item.index)"> |
|
|
|
@ -617,7 +617,7 @@ export default { |
|
|
|
|
//弹出层方法 |
|
|
|
|
that.changeMarker(); |
|
|
|
|
}, |
|
|
|
|
changeMarker() { |
|
|
|
|
changeMarker() { |
|
|
|
|
var that = this; |
|
|
|
|
if (that.selectMarker != that.selectedMarker) { |
|
|
|
|
var data = []; |
|
|
|
@ -639,7 +639,7 @@ export default { |
|
|
|
|
id: data[i].id, |
|
|
|
|
markerTitle: data[i].markerTitle, |
|
|
|
|
address: data[i].address, |
|
|
|
|
distance: data[i].distance, |
|
|
|
|
distance: data[i].distance, |
|
|
|
|
}; |
|
|
|
|
that.latitude = data[i].latitude; |
|
|
|
|
that.longitude = data[i].longitude; |
|
|
|
@ -656,7 +656,7 @@ export default { |
|
|
|
|
id: data[i].id, |
|
|
|
|
markerTitle: data[i].markerTitle, |
|
|
|
|
address: data[i].address, |
|
|
|
|
distance: data[i].distance, |
|
|
|
|
distance: data[i].distance, |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
objData.push(item); |
|
|
|
@ -699,6 +699,7 @@ export default { |
|
|
|
|
scale: 18, |
|
|
|
|
name: that.covers[that.selectMarker].markerTitle, |
|
|
|
|
address: that.covers[that.selectMarker].address, |
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
this.$util.openLocation(mapParam); |
|
|
|
|
return; |
|
|
|
@ -854,7 +855,7 @@ map { |
|
|
|
|
|
|
|
|
|
.pop-content { |
|
|
|
|
background-color: #fff; |
|
|
|
|
height: 100vh; |
|
|
|
|
height: 80vh; |
|
|
|
|
width: 100vw; |
|
|
|
|
overflow-y: scroll; |
|
|
|
|
padding-bottom: 11px; |
|
|
|
|