This commit is contained in:
daihh
2022-07-11 09:31:52 +08:00
4 changed files with 608 additions and 508 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -252,7 +252,7 @@ export default {
apiQa
.saveAnswer({
qid: this.answer.id,
content: this.answer.inputValue
content: this.answer.inputValue.trim()
})
.then(res => {
if (res.status == 200) {