deepsea 1 năm trước cách đây
mục cha
commit
615cc0f68d
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/ordinaryPage/index.vue

+ 3 - 1
src/views/ordinaryPage/index.vue

@@ -1036,7 +1036,9 @@ export default {
   methods: {
     changeCurrentBench(benchId) {
       this.isDetailVisible = false;
-      this.$store.dispatch("common/toggle3dStatus");
+      if (this.isOpen3d) {
+        this.$store.dispatch("common/toggle3dStatus");
+      }
       this.selectBench(benchId);
     },
     myInterval(callback, interval) {