Commit 80519f8a authored by 范雪寒's avatar 范雪寒

feat: 第一次播放不跳题

parent 26ad3959
...@@ -92,7 +92,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -92,7 +92,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.isFirst = data.first; //this.checkIsFirst(); this.isFirst = data.first; //this.checkIsFirst();
this.isLast = data.last // this.checkIsLast(); this.isLast = data.last // this.checkIsLast();
this.playTimes = data.playTime + 1 // this.checkPlayTimes(); this.playTimes = data.playTime // this.checkPlayTimes();
this.jumpData = data.saveData // this.getJumpData(); this.jumpData = data.saveData // this.getJumpData();
if (this.data.isDebug) { if (this.data.isDebug) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment