|
@@ -126,7 +126,26 @@ export class TypeClick {
|
|
|
|
|
|
if (thisClass.meshListBool(type, objMesh.id) == true) {
|
|
if (thisClass.meshListBool(type, objMesh.id) == true) {
|
|
|
|
|
|
-
|
|
|
|
|
|
+ // 切换成正在处理中
|
|
|
|
+ TypeEvent.find().eventEnd = 1;
|
|
|
|
+
|
|
|
|
+ // 切换视角
|
|
|
|
+ objIframeEdit.modelPeopleLook(3);
|
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("卷帘门视角");
|
|
|
|
+ objIframeEdit.roleShow(false);
|
|
|
|
+
|
|
|
|
+ let thisTime = new Date().getTime();
|
|
|
|
+
|
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet : any) {
|
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
+ // thisClass.openCarMen(function() {
|
|
|
|
+
|
|
|
|
+ // TypeEvent.find().eventEnd = 2;
|
|
|
|
+ // TypeEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
|
+ // TypeEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
+
|
|
|
|
+ // });
|
|
|
|
+ });
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|