Commit 412e7ac8 authored by yu's avatar yu

1

parent 15ee41a5
...@@ -21,7 +21,7 @@ export default class LayerEnding extends cc.Component { ...@@ -21,7 +21,7 @@ export default class LayerEnding extends cc.Component {
pg.view.touchOn(this.replay_btn, this.onTouchReplay, this) pg.view.touchOn(this.replay_btn, this.onTouchReplay, this)
pg.view.touchOn(this.next_btn, this.onTouchNext, this) pg.view.touchOn(this.next_btn, this.onTouchNext, this)
pg.event.on('layer_ending_show', (data) => { pg.event.on('layer_ending_show', (data) => {
this.showLayer(data); // this.showLayer(data);
this.onTouchNext(); this.onTouchNext();
}) })
} }
......
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