This commit is contained in:
parent
9b8aa5389a
commit
228dee5dbd
|
@ -351,7 +351,7 @@
|
|||
// }
|
||||
// }
|
||||
// };
|
||||
if (this.historyTextList.length > 8) this.params = JSON.parse(JSON.stringify(this.historyTextList.splice(-8)));
|
||||
if (this.historyTextList.length > 9) this.params = JSON.parse(JSON.stringify(this.historyTextList.splice(-9)));
|
||||
else this.params = JSON.parse(JSON.stringify(this.historyTextList));
|
||||
console.log(this.params);
|
||||
this.isSurpass();
|
||||
|
|
Loading…
Reference in New Issue