From ee2ec8a0b7beaa09a4459fd7ee0fd9d39df0c309 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA:=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index 8173ddd..7c4b0b0 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -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));