Commit a2d63b66 authored by limingzhe's avatar limingzhe

feat: 适配

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