1.81 版本按钮用color 的 点击的快的时候微信浏览器自动刷新

let newLabelNode = cc.instantiate(this.preFabLabel);
resultGb.addChild(newLabelNode);
this.resultLabelArr.push(newLabelNode.getComponent(‘cc.Label’));
给node 用this.resultLabelArr[i].node.parent.color =cc.Color.YELLOW; 有时候也会自动刷新
大神看看是什么问题