瀏覽代碼

地图组件添加卷帘对比自动关闭逻辑。

DESKTOP-6LTVLN7\Liumouren 2 年之前
父節點
當前提交
ff46486360
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/map/MapHolder.vue

+ 3 - 0
src/components/map/MapHolder.vue

@@ -85,6 +85,9 @@ export default {
       handler(val) {
         console.log(val, "currentMenu -- test");
         if (val.index !== "3") {
+          if(this.JLControlShowStatus){
+            this.JLControl();
+          }
           this.stopLabelCase();
           this.$store.state.bottomMenuIndexs.index = -1;
           this.$store.state.bottomMenuIndexs.subIndex = -1;