Commit a2d63b66 authored by limingzhe's avatar limingzhe

feat: 适配

parent afcd3d3c
...@@ -62,13 +62,13 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -62,13 +62,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
getState(cb) { getState(cb) {
this.isFirst = this.checkIsFirst(); // this.isFirst = this.checkIsFirst();
this.isLast = this.checkIsLast(); // this.isLast = this.checkIsLast();
this.playTimes = this.checkPlayTimes(); // this.playTimes = this.checkPlayTimes();
this.jumpData = this.getJumpData(); // this.jumpData = this.getJumpData();
cb && cb(); // cb && cb();
return; // return;
callMiddleLayerFunction('PSQS_get_course_info', {}, (data) => { callMiddleLayerFunction('PSQS_get_course_info', {}, (data) => {
this.isFirst = data.first; //this.checkIsFirst(); this.isFirst = data.first; //this.checkIsFirst();
......
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