的 Dialog不想用close,主动销毁会剩下一个蒙层没有移除?是为什么?function Controller() { Controller.super(this); this.btn.on(Event.CLICK,this,function(){ this.destroy(); }) } Laya.class(Controller, "Controller", stUI);