添加值检测
@@ -3638,6 +3638,7 @@ var __extends = this.__extends || function(c, d) {
if(e && e.keyCode == 37){ //左方向键
this.clickBtnNum = 0;
}
+ this.checkValue();
};
return d
}(egret.DisplayObjectContainer);