wx.chooseImage(Object object) 出现BUG MAC系统无法多选照片

发布于 6 年前作者 yong9510170 次浏览最后编辑 6 年前来自 ask

MAC 系统下 wx.chooseImage(Object object) 设置count属性无效,只能选一张照片,不能多选。

经测试在mac端开发工具、手机端、windows系统下正常

wx.chooseImage({
  count: 6,
  sizeType: ['original', 'compressed'],
  sourceType: ['album', 'camera'],
  success (res) {
    const tempFilePaths = res.tempFilePaths
  }
})


1 回复
qinqiang
qinqiang1 楼4 年前

工具版本是?