完善功能
This commit is contained in:
@@ -371,7 +371,6 @@
|
||||
() => scenicStore.carShipData,
|
||||
(val) => {
|
||||
setTimeout(() => {
|
||||
clearOverlays()
|
||||
if (carOverlays.value.length > 0) {
|
||||
let flag = false
|
||||
for (let i = 0; i < carOverlays.value.length; i++) {
|
||||
@@ -422,6 +421,8 @@
|
||||
|
||||
onMounted(() => {
|
||||
scenicChange = PubSub.subscribe('scenicChange', (msg, data) => {
|
||||
carOverlays.value = []
|
||||
shipOverlays.value = []
|
||||
initMap('car-ship', data.lng, data.lat, 15)
|
||||
})
|
||||
})
|
||||
@@ -504,13 +505,6 @@
|
||||
line-height: vh(18);
|
||||
}
|
||||
}
|
||||
.dialog {
|
||||
:deep(.el-dialog) {
|
||||
width: vw(2540);
|
||||
height: vh(904);
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: vh(120) 0 0 vw(10);
|
||||
.count-box {
|
||||
|
||||
Reference in New Issue
Block a user