Commit f217d6aa authored by 张世斌's avatar 张世斌

1.修复bug

parent d1a9501b
......@@ -63,7 +63,7 @@ export default class MenuController extends Controller{
return;
}
this.answers.push(i.toString());
this.answers[i]=i.toString();
let color=new cc.Color();
color.fromHEX(this.colorCur);
colorBlocks[i].color=color;
......
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