|
@@ -2562,14 +2562,31 @@ export class TypeViewEvent {
|
|
|
threeWorld().obj.newIframe.objIframe.ChengGuangYuanJing.CommonVal.find().animationGroupsEventCallback(
|
|
|
thisList.name, 'start', thisList.speed, thisList.from, thisList.to, false, null, function(state : any, objAnimation : any) {
|
|
|
|
|
|
- if (state == "播放完成") {
|
|
|
+ if (state == "播放完成") {
|
|
|
+
|
|
|
+ // // 上一步和下一步是否显示
|
|
|
+ // thisObj.tipsBtnsUpOpenEvent(true);
|
|
|
+ // thisObj.tipsBtnsDownOpenEvent(true);
|
|
|
+
|
|
|
+ // courseChapter3dShow().show.showCongratulationsViewBool = true;
|
|
|
+ // courseChapter3dShow().show.showEndViewBool = true;
|
|
|
+
|
|
|
+ // 弹出填写表格逻辑
|
|
|
+ courseChapter3dShow().show.showDownHole(function() {
|
|
|
+ // 填写完成回调逻辑
|
|
|
+ // console.log("填写完成回调 ---");
|
|
|
+
|
|
|
+ // 上一步和下一步是否显示
|
|
|
+ thisObj.tipsBtnsUpOpenEvent(true);
|
|
|
+ thisObj.tipsBtnsDownOpenEvent(true);
|
|
|
+
|
|
|
+ courseChapter3dShow().show.showCongratulationsViewBool = true;
|
|
|
+ courseChapter3dShow().show.showEndViewBool = true;
|
|
|
+
|
|
|
+
|
|
|
+ });
|
|
|
|
|
|
- // 上一步和下一步是否显示
|
|
|
- thisObj.tipsBtnsUpOpenEvent(true);
|
|
|
- thisObj.tipsBtnsDownOpenEvent(true);
|
|
|
|
|
|
- courseChapter3dShow().show.showCongratulationsViewBool = true;
|
|
|
- courseChapter3dShow().show.showEndViewBool = true;
|
|
|
|
|
|
}
|
|
|
|