[]获取的ui页面里下on事件无法触发

类代码如下:
var GameStartView = function () {
GameStartView.super(this);
this.Start.on(Laya.Event.CLICK, this, this.open);
console.log(this.Start);
GameStartView.prototype.open = function(){
console.log("Open is ok");
}
};
Laya.class(GameStartView,"GameStartView", GameStartUI);
输出:Button {toggle: false, _bitmap: AutoBitmap, _text: Text, _strokeColors: null, _state: 0…}
其中为什么on事件无法触发,该怎么样写?谢谢!


 
已邀请:

Laya_XS

赞同来自:

看你这样写没有问题,你需要看下你监听对象的宽高是否存在,要触发的对象需要存在宽高等信息。

要回复问题请先

商务合作
商务合作