特别去做了测试,新建一个页面,直接调用纯官网的代码
wx.chooseImage({
count: 9,
sizeType: ['original', 'compressed'],
sourceType: ['album', 'camera'],
success (res) {
// tempFilePath可以作为img标签的src属性显示图片
const tempFilePaths = res.tempFilePaths
}
})
上传多张,同时使用sourceType: ['album', 'camera'],打开摄像头拍完照片点完成,直接闪退回小程序首页,但是不拍摄直接选本地相册的又可以,
或者单独使用['album', 'camera']中的一个也可以,一起使用拍摄照片就闪退,坑啊。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)