This commit is contained in:
朱子楚\zhuzi 2024-03-15 00:10:27 +08:00
parent 479e21097c
commit 1c63d027bb
2 changed files with 2 additions and 16 deletions

View File

@ -466,12 +466,6 @@ Rectangle {
} }
onClicked: { onClicked: {
d.displayDate = new Date(layout_congrol.year,month) d.displayDate = new Date(layout_congrol.year,month)
timer_delay_start.restart()
}
Timer{
id:timer_delay_start
interval: 100
onTriggered: {
d.pageIndex = 0 d.pageIndex = 0
} }
} }
@ -480,7 +474,6 @@ Rectangle {
} }
} }
} }
}
Component{ Component{
id:com_page_one id:com_page_one
ColumnLayout { ColumnLayout {

View File

@ -465,12 +465,6 @@ Rectangle {
} }
onClicked: { onClicked: {
d.displayDate = new Date(layout_congrol.year,month) d.displayDate = new Date(layout_congrol.year,month)
timer_delay_start.restart()
}
Timer{
id:timer_delay_start
interval: 100
onTriggered: {
d.pageIndex = 0 d.pageIndex = 0
} }
} }
@ -479,7 +473,6 @@ Rectangle {
} }
} }
} }
}
Component{ Component{
id:com_page_one id:com_page_one
ColumnLayout { ColumnLayout {