From 29dca4bf375eecbdc95cd8a12e0262fb0314f6e7 Mon Sep 17 00:00:00 2001 From: ZhangQ <12903047+zq-kexin@user.noreply.gitee.com> Date: Tue, 8 Jul 2025 13:40:55 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90DTS2025070321350=E3=80=91=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E5=BA=94=E7=94=A8=E5=90=8E=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=97=A5=E5=8E=86=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E5=BC=B9=E7=AA=97=E6=8C=89=E9=92=AE=EF=BC=8C=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E8=87=AA=E5=AE=9A=E4=B9=89=E6=97=A5=E5=8E=86=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E5=BC=B9=E7=AA=97=E9=A1=B5=E9=9D=A2=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E5=87=BB=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=EF=BC=8C=E5=BC=B9=E7=AA=97=E6=B6=88=E5=A4=B1?= =?UTF-8?q?=EF=BC=8C=E5=85=B6=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E6=98=9F=E6=9C=9F=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ZhangQ <12903047+zq-kexin@user.noreply.gitee.com> --- entry/src/main/ets/view/CustomCalendarPickerDialog.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/view/CustomCalendarPickerDialog.ets b/entry/src/main/ets/view/CustomCalendarPickerDialog.ets index e11d8e1..0e1cb65 100644 --- a/entry/src/main/ets/view/CustomCalendarPickerDialog.ets +++ b/entry/src/main/ets/view/CustomCalendarPickerDialog.ets @@ -133,7 +133,7 @@ export struct CustomCalendarPickerDialog { this.controller.close(); } }) - }, (day: number) => JSON.stringify(day)) + }, (day: number, index: number) => index + JSON.stringify(day)) } .backgroundColor($r('app.color.start_window_background')) .columnsTemplate(CommonConstants.GRID_SEVEN) -- Gitee