Laya.Botton添加的舞台,个别显示不出来。查看内存发现,

如图,游戏主界面底部按钮列表(“基地按钮”,“野外按钮”,“主角按钮”,“阵容按钮”,“挂机按钮”,“挑战按钮”)中,"野外按钮”显示异常。
主界面是用.scene文件通过createChildren自动生成的。
异常显示的“野外按钮”内存如下:
bottom._bit==70,
bottom._bitmap._sp._bit ==70,
bottom._bitmap.source == "undefined "
bottom._bitmap._render == f _renderEmpty{};
其他正常显示的button内存如下:
bottom._bit = 70
bottom._bitmap._sp._bit ==70 或 bottom._bitmap._sp._bit ==214,
bottom._bitmap.source == Texture{...}
bottom._bitmap._render == f _renderOne{};