微信小程序图片空白问题处理

wx.getImageInfo({

src: 'https://01.jpg',

success: function (res) {

console.log(res.path);//得到处理后的本地图片路径

}

 

你可能感兴趣的:(小程序,小程序)