소스 검색

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

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;