新增点击地点标点,弹出地点信息弹窗功能
parent
746fea5bc6
commit
4f3116c081
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue