From 1d4d6152581c8d66a81b7f820f5223ae524699d6 Mon Sep 17 00:00:00 2001 From: chenjiping <chengv_1989@163.com> Date: Thu, 22 Oct 2020 14:44:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/Exercises.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/play/Exercises.ts b/src/app/play/Exercises.ts index b0b278d..c7e1f47 100644 --- a/src/app/play/Exercises.ts +++ b/src/app/play/Exercises.ts @@ -82,7 +82,7 @@ export class Exercises { const indexLabel = new Label(); indexLabel.fontName = "FUTURAB"; indexLabel.fontSize = 36; - indexLabel.text = '' + this.index; + indexLabel.text = '' + this.data.answerIndex; indexLabel.fontColor = "#567790"; indexLabel.alpha = 0; indexLabel.refreshSize(); -- 2.21.0