gls_laybox //关闭特效自己实现this.closeEffect = Laya.Handler.create(this,this.onCloseEffect,null,true);//具体的实现代码_proto_.onCloseEffect = function(){ Laya.Tween.to(this,{ x:-100//动画结束就关闭},1000,null,Laya.Handler.create(this,this.close)); }但是动画结束了,关闭不了