Results 5 issues of Bana

var htmlCanvas = Laya.stage.drawToCanvas(Laya.stage.width, Laya.stage.height, 0, 0); var canvas = htmlCanvas.toBase64("image/png", 0.5); 这个方法在淘宝ide会报错

默认方式可以 自定义不行 看了源码,没有渲染自定义

在商家应用pc端使用的时候icon不显示

淘宝小程序中使用 json格式 ,TypeError: Cannot read property 'load' of undefined `engine.resourceManager.load({ urls: [ "https://gw.alipayobjects.com/os/bmw-prod/b46be138-e48b-4957-8071-7229661aba53.json", "https://gw.alipayobjects.com/os/bmw-prod/6447fc36-db32-4834-9579-24fe33534f55.atlas" ], type: 'lottie' }).then((lottieEntity) => { rootEntity.addChild(lottieEntity); const lottie = lottieEntity.getComponent(LottieAnimation); lottie.isLooping = true; lottie.play(); });`