mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
广汽传祺:修复
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user