diff --git a/entry/src/main/cpp/bin/libJudgeSdk.so b/entry/src/main/cpp/bin/libJudgeSdk.so index 5230e1d1..cb6aad79 100644 Binary files a/entry/src/main/cpp/bin/libJudgeSdk.so and b/entry/src/main/cpp/bin/libJudgeSdk.so differ diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index f527dbe4..2aa619f2 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -1251,13 +1251,14 @@ struct UserInfo { .margin({ left: 53 * this.ratio }) Column() { - // Image($r('app.media.yydj_btn')) - // .commStyle() imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.yydj_btn') }) .margin({ bottom: 12 * this.ratio }) + .onClick(async () => { + if (globalThis.singlePlay) { + await this.prePareExam(5) + } + }) - // Image($r('app.media.gx_btn')) - // .commStyle() imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.gx_btn') }) .margin({ bottom: 12 * this.ratio }) .onClick(async () => { @@ -1274,8 +1275,6 @@ struct UserInfo { } }) - // Image($r('app.media.qk_btn')) - // .commStyle() imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.qk_btn') }) .margin({ bottom: 12 * this.ratio }) .onClick(async () => {