Commit 15dcf7ed authored by 纪泽龙's avatar 纪泽龙

Merge branch 'develop_jzl'

parents 33015706 1cf5acdd
......@@ -1403,7 +1403,11 @@ export default {
this.domAllShow();
// 如果没打对勾,就啥也不干
if (!this.leftBarNum.includes(item.value)) return;
// if (!this.leftBarNum.includes(item.value)) return;
// 如果是没有打钩,就给他打上勾
if (!this.leftBarNum.includes(item.value)) {
this.leftBarChange(item)
}
// 点击的时候允许infowindow消失
this.gaoMap.leftListClick = true;
// 如果地图太大了就吸纳是不出来infowindow了,所以要固定缩放比例
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment