From 6f76677c3ee349c5c1257cc53445de4d3d5fb06c Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 11 Mar 2025 11:26:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=90=BD=E7=9B=98=E7=85=A7=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/judgeSDK/utils/filePhoto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/judgeSDK/utils/filePhoto.ts b/entry/src/main/ets/pages/judgeSDK/utils/filePhoto.ts index 7a531543..1df03b04 100644 --- a/entry/src/main/ets/pages/judgeSDK/utils/filePhoto.ts +++ b/entry/src/main/ets/pages/judgeSDK/utils/filePhoto.ts @@ -23,7 +23,7 @@ export default class FilePhoto { } else { try { console.info('surenjun', '拍照开始') - const res = await takePhoto(params, this.context, 'pz/', 0); + const res = await takePhoto(params, this.context, 'pz/', 2); console.info('surenjun', '拍照结束' + JSON.stringify(res)) return res.base64 } catch (e) {