小程序canvas绘制图在真机上无法显示
发布于 6 年前 作者 alu 16766 次浏览 来自 问答

小程序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.     })  

回到顶部