Commit ab8a2067 authored by limingzhe's avatar limingzhe

fix: 去掉 rabbit

parent e84113da
......@@ -372,11 +372,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
clickBox.on('touchstart', () => {
console.log('PSQS_show_rabbit 1');
callMiddleLayerFunction('PSQS_show_rabbit', null, () => {
// callMiddleLayerFunction('PSQS_show_rabbit', null, () => {
console.log('PSQS_show_rabbit 2')
callMiddleLayerFunction('PSQS_jump_to_question', {step: id}, null)
})
// })
})
}
......@@ -443,11 +443,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
animPlayEnd() {
console.log(' in animPlayEnd 1')
callMiddleLayerFunction('PSQS_show_rabbit', null, () => {
// callMiddleLayerFunction('PSQS_show_rabbit', null, () => {
console.log(' in animPlayEnd 2')
callMiddleLayerFunction('PSQS_play_animate_over', null, () => {})
})
// })
}
......
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