机型:荣耀navo9 、荣耀x30i
微信版本:8.0.42
系统版本:鸿蒙4.0.0.116
出现代码片段:wx.showActionSheet({
itemList: ['拍摄', '从相册选取'],
success: (res: any) => {
if (res.tapIndex === 0) {
this.chooseFile(['camera']);
} else if (res.tapIndex === 1) {
this.chooseFile(['album']);
}
}
})
fail报错什么
看看控制台报什么信息,可能是没有添加隐私权限