[]Dialog 关闭效果无效

代码如下:
var CommonDlg = (function (_super) {
function CommonDlg() {
CommonDlg.super(this);

}
Laya.class(CommonDlg, "CommonDlg", _super);

var _proto_ = CommonDlg.prototype;

_proto_.closeEffect = Laya.Handler.create(null, this.onCloseEffect, null, true);

_proto_.onCloseEffect = function () {
console.log("in on close effect")
this.close();
}

return CommonDlg;
})(Laya.Dialog);
console.log并未输出任何东西
已邀请:

ymsdandan

赞同来自:

你先调试下你的代码试试有没有问题吧

要回复问题请先

商务合作
商务合作