只需要在使用uni.canvasToTempFilePath方法的时候添加上this就行了
ctx.draw(false,()=>{uni.canvasToTempFilePath({canvasId: _that.ids,success: (res) => {console.log("-----------------------------")console.log('filepath',res.tempFilePath);}},this)})
来源地址:https://blog.csdn.net/weixin_42729938/article/details/129873822