Commit c567f3a4 authored by limingzhe's avatar limingzhe

fix: debug

parent 5f302134
...@@ -404,6 +404,7 @@ cc.Class({ ...@@ -404,6 +404,7 @@ cc.Class({
initQuesArr() { initQuesArr() {
this.quesArr = this.data.tempItem.quesArr; this.quesArr = this.data.tempItem.quesArr;
this.isShowScore = this.data.tempItem.isShowScore; this.isShowScore = this.data.tempItem.isShowScore;
console.log('this.isShowScore: ', this.isShowScore);
// this.quesArr.forEach((itemArr, i) => { // this.quesArr.forEach((itemArr, i) => {
// itemArr = itemArr.filter(it => { // itemArr = itemArr.filter(it => {
......
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