人生啊人生 преди 1 седмица
родител
ревизия
21a9a53064

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

@@ -90,7 +90,7 @@ const callbackProcessEvent = (json) => {
         QingXiCheAndQvProcessEventStore().obj.list
     );
 
-    
+    WindowEvent.find().WindowFractionStoreOpen(0);
 
 }
 

+ 1 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -690,6 +690,7 @@ export class QingXiCheAndQvCarEvent {
 
         WindowEvent.find().WindowVideoRemoveColorExit();
         WindowEvent.find().WindowMenuStoreExit();
+        WindowEvent.find().WindowFractionStoreExit();
 
         objIframeEdit.modelPeopleLook(3);
         objIframeEdit.roleShow(false);

+ 2 - 2
src/components/WindowQingXiCheAndQv/js/WindowEvent.js

@@ -319,14 +319,14 @@ export class WindowEvent {
      * index            当前数组下标
      * list             菜单列表
      */
-    WindowMenuStoreExit = function() {
+    WindowFractionStoreExit = function() {
 
         let thisClass = this;
         thisClass.ComStore["WindowFractionStore"]().obj.viewOpen = false;
         
     }
     
-    
+
 }