From 92bdc1454347ae80fa2f03d2fb95c46f93cc3376 Mon Sep 17 00:00:00 2001 From: claw_bot Date: Fri, 13 Mar 2026 08:47:28 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9=E5=99=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - detail.vue: 时间选择器使用条件编译,H5/APP用u-datetime-picker,小程序用原生picker - 避免u-datetime-picker在小程序中默认显示 --- pages/detail/detail.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index a7d513c..cd59230 100755 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -321,10 +321,10 @@ 交易时间 + @@ -332,6 +332,19 @@ + + + + + {{ transactionForm.transactionDate || '请选择日期' }} + + + + + {{ transactionForm.transactionDate || '请选择日期' }} + + +