Commit 90da3152 authored by Chen Jiping's avatar Chen Jiping

fix:修复错误显示问题

parent 23c8609f
...@@ -556,7 +556,7 @@ cc.Class({ ...@@ -556,7 +556,7 @@ cc.Class({
blackMaskNode.x = 0; blackMaskNode.x = 0;
blackMaskNode.y = 3; blackMaskNode.y = 3;
blackMaskNode.zIndex = 1; blackMaskNode.zIndex = 2;
item.blackMask = blackMaskNode; item.blackMask = blackMaskNode;
} }
item.blackMask.active = false; item.blackMask.active = false;
...@@ -614,7 +614,7 @@ cc.Class({ ...@@ -614,7 +614,7 @@ cc.Class({
if (!this._cantouch) { if (!this._cantouch) {
return; return;
} }
console.log('data: ', data);
if (data.isRight == '1') { if (data.isRight == '1') {
this.showRightCircle(item); this.showRightCircle(item);
......
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