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),