收藏
回答

canvas.toTempFilePath 真机上失败

canvas.toTempFilePath 截图在 微信开发者工具 中调用正常截图显示  但是在真机上显示不出来


微信开发者工具中 返回结果



iphone6s 上的结果为





cocoscreator 调用显示代码为

cc.loader.load({url: jietu, type: 'png'},function(err, texture){

console.log("jietu end:"+jietu)

console.log("err:"+err)

console.log("texture:"+texture)

newNode.getChildByName("bg").getChildByName("jietu").getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);

}.bind(this));


结果报错:



回答关注问题邀请回答
收藏

1 个回答

  • ....
    ....
    2019-03-14

    有没有人来解决一下啊

    2019-03-14
    有用
    回复
登录 后发表内容