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