收藏
回答

wx.canvasToTempFilePath is not a functio

框架类型 问题类型 操作系统 工具版本
小游戏 Bug Windows 1.02.1812271

- 当前 Bug 的表现(可附上截图)


- 预期表现


- 复现路径


- 提供一个最

btnShareClick : function(){
       console.log("btnShareClick");
 
       wx.canvasToTempFilePath({
           x: 10,
           y: 10,
           width: 500,
           height: 500,
           destWidth: 100,
           destHeight: 100,
           canvasId: 'myCanvas',
           success(res) {
             console.log(res.tempFilePath)
           },
           fail: () => {
               console.log('canvasToTempFilePath fali');
           }
         },this)

简复现 D

emo


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

1 个回答

登录 后发表内容