Commit ff60f5a9 authored by 李维's avatar 李维

测试

parent 7f5498a9
...@@ -551,7 +551,7 @@ cc.Class({ ...@@ -551,7 +551,7 @@ cc.Class({
// saveData.step++; // saveData.step++;
// this.jumpData = saveData; // this.jumpData = saveData;
// } // }
// console.log("PSQS_get_course_info",this.isFirst, this.isLast, this.playTimes, this.jumpData); // console.log("PSQS_get_course_info",this.isFirst, this.isLast, this.playTimes, this.jumpData.step);
// cb(); // cb();
// return; // return;
...@@ -571,18 +571,18 @@ cc.Class({ ...@@ -571,18 +571,18 @@ cc.Class({
this.playTimes += 1; this.playTimes += 1;
} }
console.log("PSQS_get_course_info",this.isFirst, this.isLast, this.playTimes, this.jumpData); console.log("PSQS_get_course_info",this.isFirst, this.isLast, this.playTimes, this.jumpData.step);
cb && cb(); cb && cb();
}); });
}, },
checkIsFirst() { checkIsFirst() {
return false; return true;
}, },
checkIsLast() { checkIsLast() {
return false; return true;
}, },
checkPlayTimes() { checkPlayTimes() {
......
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