- 当前 Bug 的表现(可附上截图)
使用开放域前调用Canvas.toTempFilePath() 返回的图片路径
使用开放域后调用Canvas.toTempFilePath() 返回的图片路径
想要将这个图片显示到其他布局上,使用开放域后生成的图片无法显示
- 预期表现
预期使用开放域后也可显示图片
- 复现路径
- 提供一个最简复现 Demo
var canvas = cc.game.canvas;
var width = cc.winSize.width;
var height = cc.winSize.height;
canvas.toTempFilePath({
success(res) {
console.log(res.tempFilePath);
_this.imageUrl = res.tempFilePath;
}
})
先saveFile改个名加个后缀然后在显示呢?
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),麻烦也给下小游戏的appid
请问代码片段怎么加开放域进去呢?
之前这个问题也没有解决呢https://developers.weixin.qq.com/community/develop/doc/0006ae81bfcae01491e6334a056800?highLine=ToTempFilePath%2520%25E5%25BC%2580%25E6%2594%25BE%25E5%259F%259F