IOS获取图片为空wx.chooseImage
有的ios手机选择图片 获取不到图片参数 空
安卓 有的手机没问题
wx.chooseImage({
count: 6,
sizeType: [‘original’],
sourceType: [‘album’],
success: function (res) {
if (res.tempFilePaths.length == 0) {
IOS有的会走这一条
wx.showToast({ title: ‘接口故障,暂无法获取图片’, icon: ‘none’ });
return
}
}
})
2 回复
你好,问题未复现。请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。