提交 e84118dc 编写于 作者: 雪洛's avatar 雪洛

fix: 修复ios端从相机选择图片分辨率过低的Bug askId: 91502

上级 e6626f0e
......@@ -97,7 +97,8 @@ const openCamera = function (callbackId, sizeType) {
const camera = plus.camera.getCamera()
camera.captureImage(e => invokeChooseImage(callbackId, 'ok', sizeType, [e]),
e => invokeChooseImage(callbackId, 'fail', 1), {
filename: TEMP_PATH + '/camera/'
filename: TEMP_PATH + '/camera/',
resolution: 'high'
})
}
const openAlbum = function (callbackId, sizeType, count) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册