https://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.canvasToTempFilePath.html
canvas 开启2d后,接口wx.canvasToTempFilePath(Object object, Object this)中的canvas参数传入的canvas实例后,canvas参数类型应该是一个object类型,文档中canvas参数的类型是string,这个地方有问题吧
然后这样调用之后,开发工具中可以正常显示合成后输出的图片,但是在真机ios中输出的图片不显示,显示为空白的图片区域
麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html