Commit e62e2ac5 authored by limingzhe's avatar limingzhe

fix: debug

parent d1bbee07
...@@ -440,6 +440,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -440,6 +440,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
console.log(' in continueAnim') console.log(' in continueAnim')
this.dragonDisplay.timeScale = 1;
callMiddleLayerFunction('PSQS_hide_rabbit', null, () => { callMiddleLayerFunction('PSQS_hide_rabbit', null, () => {
this.jumpAudio(id); this.jumpAudio(id);
...@@ -452,6 +454,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -452,6 +454,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
console.log('stepName: ', stepName); console.log('stepName: ', stepName);
const id = stepName.split('step')[1]; const id = stepName.split('step')[1];
if (this.jumpData) { if (this.jumpData) {
console.log('this.jumpData: ', this.jumpData); console.log('this.jumpData: ', this.jumpData);
if (id == this.jumpData.step) { if (id == this.jumpData.step) {
......
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