下載圖片
在後台已經配置過 downloadFile合法域名
let imageSrc = “https://app-master.perfectcorp.cn/console-demo/SkuImage/109/109/20/4866310f-e3f0-4b12-87c2-789a5e6e5e97.png”;
that.getImageInfo(imageSrc).then(function(res) {
setData({ imageSrc: res.path })
}
然後image component
<image class=‘sku_img’ src=’{{item.imageSrc}}’ mode=‘widthFix’></image>
在IOS可以順利地看到圖片,但Android不行