时间:2019-05-03 来源:小程序工厂
takePhoto() {
const ctx = wx.createCameraContext()
ctx.takePhoto({
quality: 'low',
success: (res) => {
this.setData({
src: res.tempImagePath,
camera: false,
})
}
})
}
机型:Iphone7 plus ,微信版本:6.7.2
质量选high拍出来照片2M左右,选low也还剩800M,不能再小点么?
请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)