广汽传祺:修复

This commit is contained in:
smallfawn
2023-11-22 16:00:57 +08:00
committed by GitHub
parent c4e7669233
commit ee2ec8a0b7

View File

@@ -462,7 +462,7 @@ class UserInfo {
this.answerIdList.push(answer.id) this.answerIdList.push(answer.id)
this.userAnswerList.push(answer.answerDesc) this.userAnswerList.push(answer.answerDesc)
} }
this.userAnswer = userAnswerList.join(';'); this.userAnswer = this.userAnswerList.join(';');
} else { } else {
console.log(`获取问题和选项失败`); console.log(`获取问题和选项失败`);
console.log(JSON.stringify(result)); console.log(JSON.stringify(result));