Commit f83a8a14 authored by linzhiguo's avatar linzhiguo

~

parent 1d5b8357
...@@ -299,8 +299,7 @@ cc.Class({ ...@@ -299,8 +299,7 @@ cc.Class({
} }
this._aiexerciseid = info.aiexerciseid; this._aiexerciseid = info.aiexerciseid;
//this.hit_result = info.correct; this.hit_result = true;
this.hit_result = false;
if (this.data.answer != null){ if (this.data.answer != null){
let tmp = this.data.answer[this._mouse_index]; let tmp = this.data.answer[this._mouse_index];
if (tmp != null){ if (tmp != null){
......
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