lcw
This commit is contained in:
@ -270,6 +270,8 @@ const makerCenter = () => {
|
||||
|
||||
|
||||
allDep.value = list;
|
||||
console.log( allDep.value);
|
||||
|
||||
emitter.emit("addPointArea", { coords:list, icon: dw, flag: "hm", size: '14px', showTitle: false, offset: [0, -25] });
|
||||
})
|
||||
}
|
||||
@ -417,6 +419,7 @@ const mouseLeave = () => {
|
||||
timing.value = setInterval(() => {
|
||||
reversalPush()
|
||||
reversal()
|
||||
changeModel()
|
||||
}, 30000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user