sunzehao hai 2 meses
pai
achega
78b08d0019
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/cesium.vue

+ 1 - 1
src/views/cesium.vue

@@ -2007,7 +2007,7 @@ export default {
     },
     showMessage(type, val, viewer) {
       console.log("type===>>>", type);
-      if (type !== "windbasic2d" || type !== "windbasic3d") {
+      if (type !== "windbasic2d" && type !== "windbasic3d") {
         this.windDrawer = true;
         this.windDrawerHeader = val.name + "数据详情";