Forráskód Böngészése

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

DESKTOP-6LTVLN7\Liumouren 2 éve
szülő
commit
ff46486360
1 módosított fájl, 3 hozzáadás és 0 törlés
  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;