收藏
回答

wx.showActionSheet部分机型点击无效?

机型:荣耀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']);

          }

        }

})

回答关注问题邀请回答
收藏

2 个回答

  • Demons
    Demons
    2023-11-01

    fail报错什么

    2023-11-01
    有用
    回复
  • 一笑皆春
    一笑皆春
    2023-11-01

    看看控制台报什么信息,可能是没有添加隐私权限

    2023-11-01
    有用
    回复
登录 后发表内容