无法加载图片素材

  • Creator 版本: <3.8.3>

  • 目标平台: <联想浏览器 微信开发者工具>

  • 重现方式:

    在浏览器显示完全没问题
    在微信开发者工具中显示无法加载

@property({ type: Node })
private picTexture: Node = null

let sprite = this.picTexture.getComponent(Sprite)
this.initGame(sprite.spriteFrame.texture)
这是加载图片素材的代码