|
@@ -1044,6 +1044,8 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
// 切换成正在处理中
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
+
|
|
|
+ objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
|
|
|
|
|
|
// 切换视角
|
|
|
objIframeEdit.modelPeopleLook(3);
|
|
@@ -1087,6 +1089,8 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
// 切换成正在处理中
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
|
|
|
+ objThreeWorldEventMain.coordinateMoveSphereFollowUpdate();
|
|
|
+
|
|
|
// 切换视角
|
|
|
objIframeEdit.modelPeopleLook(3);
|
|
|
objIframeEdit.cameraVisualAngleGetListNameGpsTo("调整卷筒器到合适位置2");
|
|
@@ -1105,6 +1109,13 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
+ ElMessageBox.alert('恭喜你,完成了当前任务,请点击下一步继续', '提示', {
|
|
|
+ confirmButtonText: '知道了',
|
|
|
+ callback: (action) => {
|
|
|
+
|
|
|
+ },
|
|
|
+ });
|
|
|
+
|
|
|
});
|
|
|
|
|
|
});
|