Commit 94774f7c authored by asdf's avatar asdf

.

parent c8d7aec4
......@@ -328,7 +328,11 @@ cc.Class({
showChooseRight(target) {
let itemAnswer = target.getComponent('ItemAnswer');
for(let i = 0;i<this.questionList.length;i++){
if(this.questionList[i] === itemAnswer.index){
this.questionList.splice(itemAnswer.index, 1);
}
}
this.nodeDict.nodMask.active = true;
this.nodeDict.nodMask.parent = this.layerAnser;
target.zIndex = 2;
......
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