This commit is contained in:
lixiao 2025-04-09 11:15:04 +08:00
parent c199237c3e
commit 81bc9f4ba2
2 changed files with 5 additions and 6 deletions

View File

@ -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 () => {