新增点击地点标点,弹出地点信息弹窗功能

master
qubiaobiao 2024-03-04 17:02:35 +08:00
parent 746fea5bc6
commit 4f3116c081
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ const adaptive = (imgId) => {
watch(() => LandMarkShow.boxShow, (newValue, oldValue) => { watch(() => LandMarkShow.boxShow, (newValue, oldValue) => {
judgmentShow.value = `display:${LandMarkShow.boxShow?'block':'none'};`; judgmentShow.value = `display:${LandMarkShow.boxShow?'block':'none'};`;
adaptive(nowId.value);
}) })
watch(() => LandMarkShow.information.landImgUrl, (newValue, oldValue) => { watch(() => LandMarkShow.information.landImgUrl, (newValue, oldValue) => {