takePhoto 自动对焦和获取原图而不是压缩图
- 当前 Bug 的表现(可附上截图)
takePhoto 自动对焦和获取原图而不是压缩图
- 预期表现
takePhoto 自动对焦和获取原图而不是压缩图
- 复现路径
- 提供一个最简复现 Demo
ctx.takePhoto({
quality: quality,
success: (res) => {
!!successfunc && successfunc(res)
}, fail: (res) => {
app.noneToast(‘拍照失败,请重试’);
that.setData({ camera: false });
},
complete: (res) => {
setTimeout(function () { wx.hideLoading() }, 10000);
}
})