Commit dbf6483f authored by liujiaxin's avatar liujiaxin

1

parent 0f6cc6de
......@@ -311,8 +311,8 @@ cc.Class({
});
this.qupeiyinBtn.node.on(cc.Node.EventType.TOUCH_START, function() {
console.log(123123);
if (window.courseware && window.courseware.openDubbingPageTwo) {
window.courseware.openDubbingPageTwo();
if (window.courseware && window.courseware.nextPage) {
window.courseware.nextPage();
}
}, this);
......
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