[]ani动画问题,cannot read property '_tf' of null

showAni(panel:Laya.Box) {
            if (!panel.contains(this)) {
                panel.addChild(this);
                this.pos(0,110);
            }
            let i = 1;
            this.ani1.play(0, false);//出错了
            this.ani1.on(Laya.Event.COMPLETE, this, () => {
                this.removeSelf();
            });
        }
这样播放动画有时候会报错,如附件图,但有时候又不报错
2017614-215711.jpg
已邀请:

cuixueying

赞同来自:

麻烦给个可以重现报错,能运行的简单例子吧,我们好测试下,谢谢!

要回复问题请先

商务合作
商务合作