cpp
This commit is contained in:
parent
c199237c3e
commit
81bc9f4ba2
Binary file not shown.
@ -1251,13 +1251,14 @@ struct UserInfo {
|
|||||||
.margin({ left: 53 * this.ratio })
|
.margin({ left: 53 * this.ratio })
|
||||||
|
|
||||||
Column() {
|
Column() {
|
||||||
// Image($r('app.media.yydj_btn'))
|
|
||||||
// .commStyle()
|
|
||||||
imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.yydj_btn') })
|
imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.yydj_btn') })
|
||||||
.margin({ bottom: 12 * this.ratio })
|
.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') })
|
imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.gx_btn') })
|
||||||
.margin({ bottom: 12 * this.ratio })
|
.margin({ bottom: 12 * this.ratio })
|
||||||
.onClick(async () => {
|
.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') })
|
imageBtn({ btnWidth: 220 * this.ratio, btnHeight: 69 * this.ratio, imgSrc: $r('app.media.qk_btn') })
|
||||||
.margin({ bottom: 12 * this.ratio })
|
.margin({ bottom: 12 * this.ratio })
|
||||||
.onClick(async () => {
|
.onClick(async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user