小程序canvas绘制图在真机上无法显示

发布于 8 年前作者 alu16827 次浏览最后编辑 8 年前来自 ask

小程序canvas绘制网络图在真机上无法显示??除了如下方法 还有其它的解决方案吗?

  1.  wx.downloadFile({  

  2.       url: that.data.mysrc,  

  3.       success: function (sres) {  

  4.         console.log(sres);  

  5.         that.data.mysrc = sres.tempFilePath  

  6.       },fail:function(fres){  

  7.   

  8.       }  

  9.     })  

0 回复
暂无回复