人生啊人生 преди 6 дни
родител
ревизия
342067bb52
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

+ 5 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -1,6 +1,7 @@
 import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js';
 import { CommonGuiDbListTwo } from "../../../utils/common/CommonGuiDbListTwo.js";
 import { ElMessage, ElMessageBox } from 'element-plus';
+import { WindowEvent } from "../../WindowQingXiCheAndQv/js/WindowEvent.js";
 
 /**
  * 操作动画停止播放和物体显示隐藏,材质,水流等逻辑
@@ -1047,7 +1048,10 @@ export class QingXiCheAdnQvCarEventStep {
             message: '回答错误!',
             type: 'error',
             plain: true,
-        })
+        });
+
+        WindowEvent.find().WindowFractionStoreOpen(-1);
+
         return false;
 
     }