Commit ab98d901 authored by limingzhe's avatar limingzhe

fix: debug

parent 9e994b29
...@@ -108,9 +108,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -108,9 +108,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
const ques = this.item.quesArr[0]; const ques = this.item.quesArr[0];
this.randomSentenceList = this.getRandomList(this.bookTextList); this.randomSentenceList = this.getRandomList(this.bookTextList);
// if (this.randomSentenceList.length > 10) { if (this.randomSentenceList.length > 10) {
// this.randomSentenceList.length = 10; this.randomSentenceList.length = 10;
// } }
console.log('this.randomSentenceList : ' + this.randomSentenceList ); console.log('this.randomSentenceList : ' + this.randomSentenceList );
......
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