摘要:
@Entry@Componentstruct TextPickerDialogPage { fruits: string[] = ['苹果', '橘子', '香蕉', '鸭梨', '西瓜'] @State selectedIndex: number = 0 build() { Column({ sp 阅读全文
posted @ 2025-03-15 16:24
13522679763-任国强
阅读(7)
评论(0)
推荐(0)
摘要:
@Entry@Componentstruct TimePickerDialogPage { @State time: Date = new Date('2020-01-01T00:00:00') build() { Column({ space: 50 }) { Text(`${this.time. 阅读全文
posted @ 2025-03-15 16:22
13522679763-任国强
阅读(6)
评论(0)
推荐(0)
摘要:
@Entry@Componentstruct AlertDialogPage { build() { Column() { Button('删除') .backgroundColor(Color.Red) .onClick(() => { AlertDialog.show( { title: '删除 阅读全文
posted @ 2025-03-15 16:19
13522679763-任国强
阅读(17)
评论(0)
推荐(0)
摘要:
@Entry@Componentstruct CustomDialogPage { @State answer: string = '?' // controller: CustomDialogController = new CustomDialogController({ // builder: 阅读全文
posted @ 2025-03-15 13:24
13522679763-任国强
阅读(5)
评论(0)
推荐(0)

浙公网安备 33010602011771号