[LayaAir3]button组件的on() 触发点击事件和回调函数时报错

报错信息:
TypeError: Cannot read properties of null (reading 'on')
代码如下:
 onEnable(): void {
        this.button = this.owner.getChildByName("Button") as Button;
        this.button.on(Laya.Event.CLICK, () => {
            console.log("开始游戏");
        })
    }
已邀请:

layaAir小孟

赞同来自:

您好,LayaAir IDE的3.1.3版本我尝试后是可以正常运行的:


1.png


2.png

 

要回复问题请先

商务合作
商务合作