- 使用wx.canvasToTempFilePath时发生闪退现象?
把这段删掉就不会闪退了,前一天还没有问题,现在就无法使用了,无法提供代码片段 只能提供这段代码 // wx.canvasToTempFilePath({ // canvasId: 'myCanvas', // success: function (res) { // that.setData({ // canvasShare: res.tempFilePath // }) // }, // faile:function(res){ // wx.showModal({ // title: '提示', // content: res, // }) // } // });
2019-11-28 - wx.openDocument在pc端时文件打不开?
wx.openDocument在真机上打不开的次数居多,但每次都返回“文档打开成功” const downTask= wx.downloadFile({ url: e, //仅为示例,并非真实的资源 success: (res) => { if (res.statusCode === 200) { console.log(res); var filePath = res.tempFilePath; wx.openDocument({ filePath:filePath, fileType: this.filetype, success: function (res) { console.log('打开文档成功'); }, }); } } });
2019-11-13 - cell中的link不起作用
引用了cell组件 但是右箭头引用link时无反应
2019-11-12 - 能否具体指出哪快内容审核不通过的原因吗?
wx.openDocument在真机上打不开的次数居多,但每次都返回“文档打开成功” const downTask= wx.downloadFile({ url: e, //仅为示例,并非真实的资源 success: (res) => { if (res.statusCode === 200) { console.log(res); var filePath = res.tempFilePath; wx.openDocument({ filePath:filePath, fileType: this.filetype, success: function (res) { console.log('打开文档成功'); }, }); } } });
2019-11-04 - 为什么wx.openDocument在真机有时打不开?
wx.openDocument在真机上打不开的次数居多,但每次都返回“文档打开成功” const downTask= wx.downloadFile({ url: e, //仅为示例,并非真实的资源 success: (res) => { if (res.statusCode === 200) { console.log(res); var filePath = res.tempFilePath; wx.openDocument({ filePath:filePath, fileType: this.filetype, success: function (res) { console.log('打开文档成功'); }, }); } } });
2019-10-17