Commit 1d4d6152 authored by Chen Jiping's avatar Chen Jiping

fix:修复顺序显示问题

parent 917f5776
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment