人生啊人生 2 mēneši atpakaļ
vecāks
revīzija
2bfe68c2c1

+ 3 - 1
src/components/ThreeWorldEventQingXiCheAndQv/QingXiCheAndQvMain.vue

@@ -45,7 +45,7 @@ watch(
     (newVal, oldVal) => {
 
         // 发视变化,则初始化三维场景到第一个步骤
-        QingXiCheEventInit();
+        // QingXiCheEventInit();
 
 
     }
@@ -125,6 +125,8 @@ watch(
 
     () => CommonVal().loadSuccess,
     (newVal, oldVal) => {
+
+        console.log("清洗车 和 QV 检测 加载情况 CommonVal().loadSuccess ===>", CommonVal().loadSuccess);
         
         if (CommonVal().loadSuccess == true) {
 

+ 0 - 22
src/components/WindowQingXiCheAndQv/js/WindowEvent.js

@@ -29,12 +29,6 @@ export class WindowEvent {
     WindowTxtViewOpenExit = function() {
 
         let thisClass = this;
-
-        if (typeof thisClass.ComStore["WindowTxtStore"] == "undefined" ) {
-            return this;
-        }
-
-        
         thisClass.ComStore["WindowTxtStore"]().obj.WindowTxtViewOpen = false;
     }
 
@@ -64,13 +58,7 @@ export class WindowEvent {
     WindowVideoViewOpenExit = function() {
 
         let thisClass = this;
-
-        if (typeof thisClass.ComStore["WindowVideoStore"] == "undefined" ) {
-            return this;
-        }
-
         
-
         if (typeof thisClass.ComStore["WindowVideoStore"]().obj.callbackEvent == 'function') {
             thisClass.ComStore["WindowVideoStore"]().obj.callbackEvent(
                 thisClass.ComStore["WindowVideoStore"]().obj.myJson
@@ -119,11 +107,6 @@ export class WindowEvent {
 
         let thisClass = this;
         
-        if (typeof thisClass.ComStore["WindowCountdownStore"] == "undefined" ) {
-            return this;
-        }
-
-        
         thisClass.ComStore["WindowCountdownStore"]().obj.viewOpen = false;
 
         if (typeof thisClass.ComStore["WindowCountdownStore"]().obj.callbackEvent == "function") {
@@ -169,11 +152,6 @@ export class WindowEvent {
     WindowVideoRemoveColorExit = function() {
 
         let thisClass = this;
-
-        if (typeof thisClass.ComStore["WindowVideoRemoveColorStore"] == "undefined" ) {
-            return this;
-        }
-
         
         thisClass.ComStore["WindowVideoRemoveColorStore"]().obj.viewOpen = false;