From 0837bd20d8053f058cd1eca728aa6eeb0e13041c Mon Sep 17 00:00:00 2001 From: surenjun Date: Fri, 16 Aug 2024 08:53:46 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9AuserInfo=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/UserInfo.ets | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index 3b50ab07..8bffae57 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -666,16 +666,14 @@ struct UserInfo { const {carId,examinationRoomId} = carInfo; const { examSubject,plateNo } = carInfo; const date = new Date() - console.info('surenjun', 'photoBase64') const photoBase64 = await this.getPhoto(); - console.info('surenjun', 'photoBase64End') const drvexam = { lsh: this.currentUser.lsh || '', kskm: examSubject, ksxtbh: this.ksxtbh || '222', sfzmhm: this.currentUser.sfzmhm || '', ksysfzmhm: this.currentUser.ksy1sfzmhm || '', - ksxl: this.currentUser.ksxl, + ksxl: this.currentUser.xldm, zp: photoBase64, kssj: dateFormat(date) || '', kchp: decodeURI(plateNo),