人生啊人生 2 săptămâni în urmă
părinte
comite
fc345f22d7

+ 6 - 0
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -48,6 +48,12 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
                 "name" : "在施工范围放置警示标识",
                 "correctAnswerMesh" : {
                     // "model_1754298683931地面_primitive0" : "",
+                    "exhibition_html_1758528942833_安全锥" : "",
+                    "exhibition_html_1758528950355_安全锥" : "",
+                    "exhibition_html_1758528938427_安全锥" : "",
+                    "exhibition_html_1758528946434_安全锥" : "",
+                    "exhibition_html_1758528960232_安全锥" : "",
+                    "exhibition_html_1758528956094_安全锥" : "",
                 },
             },
 

+ 8 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -772,7 +772,7 @@ export class QingXiCheAndQvCarEventClick {
                     
                     // 切换视角
                     objIframeEdit.modelPeopleLook(3);
-                    objIframeEdit.cameraVisualAngleGetListNameGpsTo("在施工范围放置警示标识2");
+                    objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车摆放安全桩");
                     objIframeEdit.roleShow(false);
 
                     let thisTime = new Date().getTime();
@@ -785,6 +785,13 @@ export class QingXiCheAndQvCarEventClick {
                             QingXiCheAndQvCarEvent.find().eventEnd = 2;
                             QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
                             QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+
+                            ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
+                                confirmButtonText: '知道了',
+                                callback: (action) => {
+                                    
+                                },
+                            });
                             
                         });