From 96e9e60f14e7b0ce988fac407f23b91c7ce6d23d Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Thu, 13 Nov 2025 22:31:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20mode=3Drange=20=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E9=80=89=E6=8B=A9=E6=97=B6=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/cl-calendar-select/cl-calendar-select.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/cool-ui/components/cl-calendar-select/cl-calendar-select.uvue b/uni_modules/cool-ui/components/cl-calendar-select/cl-calendar-select.uvue index a14c712..f6b3cdb 100644 --- a/uni_modules/cool-ui/components/cl-calendar-select/cl-calendar-select.uvue +++ b/uni_modules/cool-ui/components/cl-calendar-select/cl-calendar-select.uvue @@ -263,7 +263,7 @@ function confirm() { return; } - if (date.value.length != 2) { + if (date.value.length != 2 && props.mode == "range") { ui.showToast({ message: t("请选择日期范围") });