[]Dialog 关闭效果无效
代码如下:
var CommonDlg = (function (_super) {console.log并未输出任何东西
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);
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
ymsdandan
赞同来自: