人生啊人生 1 周之前
父節點
當前提交
eb3856d714
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

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

@@ -1,4 +1,5 @@
-import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js'
+import { QingXiCheAndQvCarEventClick } from './QingXiCheAndQvCarEventClick.js';
+import { CommonGuiDbListTwo } from "../../../utils/common/CommonGuiDbListTwo.js";
 import { ElMessage, ElMessageBox } from 'element-plus';
 
 /**
@@ -1032,6 +1033,7 @@ export class QingXiCheAdnQvCarEventStep {
         }
 
         if (obj.correctAnswerMesh[meshId] != null && obj.correctAnswerMesh[meshId] != undefined) {
+            CommonGuiDbListTwo.find().removeAll();
             return true;
         }