This commit is contained in:
weipengfei 2023-09-22 09:59:02 +08:00
parent 9b8aa5389a
commit 228dee5dbd
1 changed files with 1 additions and 1 deletions

View File

@ -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();