设备品牌:HUAWEI
手机型号:nova 11
HarmonyOS 版本:4.2.0
操作系统:Android 12
只有该手机会报错,其他手机均可以正常选择图片。
以下是代码片段:
uni.chooseImage({
count: 1,
sizeType: ['compressed', 'original'],
sourceType: ['album', 'camera'],
success: file => {
console.log(file)
},
fail: err => {
uni.showModal({
title: '提示',
content: err.errMsg,
showCancel: false
})
}
})
