|
@@ -401,24 +401,24 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
// 切换成正在处理中
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 1;
|
|
|
-
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_鞋子', function() {
|
|
|
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_裤子', function() {
|
|
|
+ // 切换视角
|
|
|
+ objIframeEdit.modelPeopleLook(3);
|
|
|
+ objIframeEdit.cameraVisualAngleGetListNameGpsTo("人物穿衣服换好");
|
|
|
+ objIframeEdit.roleShow(false);
|
|
|
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_上衣', function() {
|
|
|
+ let thisTime = new Date().getTime();
|
|
|
+ // 控制延迟逻辑
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
+
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_鞋子', function() {
|
|
|
|
|
|
- QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_安全帽', function() {
|
|
|
-
|
|
|
- // 切换视角
|
|
|
- objIframeEdit.modelPeopleLook(3);
|
|
|
- objIframeEdit.cameraVisualAngleGetListNameGpsTo("人物穿衣服换好");
|
|
|
- objIframeEdit.roleShow(false);
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_裤子', function() {
|
|
|
+
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_上衣', function() {
|
|
|
|
|
|
- let thisTime = new Date().getTime();
|
|
|
- // 控制延迟逻辑
|
|
|
- ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
- ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('人物换装_安全帽', function() {
|
|
|
|
|
|
QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|