Parcourir la source

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

DESKTOP-6LTVLN7\Liumouren il y a 2 ans
Parent
commit
ff46486360
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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;