广汽传祺:修复

This commit is contained in:
smallfawn 2023-11-22 16:00:57 +08:00 committed by GitHub
parent c4e7669233
commit ee2ec8a0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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