Commit d01419a9 authored by limingzhe's avatar limingzhe

fix: debug

parent aaf8fac6
...@@ -403,6 +403,7 @@ cc.Class({ ...@@ -403,6 +403,7 @@ cc.Class({
initQuesArr() { initQuesArr() {
this.quesArr = this.data.tempItem.quesArr; this.quesArr = this.data.tempItem.quesArr;
this.isShowScore = this.data.tempItem.isShowScore;
// this.quesArr.forEach((itemArr, i) => { // this.quesArr.forEach((itemArr, i) => {
// itemArr = itemArr.filter(it => { // itemArr = itemArr.filter(it => {
...@@ -7917,7 +7918,9 @@ cc.Class({ ...@@ -7917,7 +7918,9 @@ cc.Class({
this.isGameEnd = true; this.isGameEnd = true;
onHomeworkFinish(); onHomeworkFinish();
if (this.isShowScore) {
showSRResultByRecord(); showSRResultByRecord();
}
// this.showMask(); // this.showMask();
......
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