微信小程序绘制网络图片在真机上不显示
getImageInfo的success函数会获取到临时图片路径canves可以将临时图片绘制在画布上
wx.getImageInfo({ src: img, success: function (res) { img = res.path; } })