关于wx.chooseImage选择本地图片的BUG
wx.chooseImage({ count: 1, sizeType: [ 'original' ], sourceType: [ 'album' , 'camera' ], success: function (res) { console.log(res); } }) |
从本地选择一张PNG格式的图片,返回的路径在IOS会变成JPG格式。
安卓和开发工具都没问题。只有IOS有这个问题。
是我哪里做错了还是本身就有BUG?
请大神指导。