From abe9e4119e5817edb9d93bbb668d360f5071cbaa Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 11 Nov 2025 17:05:05 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4434=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9B=A2?= =?UTF-8?q?=E8=B4=AD=E8=AF=A6=E6=83=85=E2=80=94=E9=80=89=E6=8B=A9=E9=A2=84?= =?UTF-8?q?=E7=BA=A6=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF=E6=97=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=E4=BF=AE=E6=94=B9=E4=B8=BA=E2=80=9C=E6=AD=A4?= =?UTF-8?q?=E5=A5=97=E9=A4=90=E9=A2=84=E7=BA=A6=E9=9C=80=E8=BF=9E=E7=BB=AD?= =?UTF-8?q?=E9=80=89=E6=8B=A9X=E5=A4=A9=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DateRangePicker/DateRangePicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DateRangePicker/DateRangePicker.vue b/components/DateRangePicker/DateRangePicker.vue index ecff4d4..83c54fc 100644 --- a/components/DateRangePicker/DateRangePicker.vue +++ b/components/DateRangePicker/DateRangePicker.vue @@ -388,7 +388,7 @@ export default { // 必须要选够天数 if (daysDiff !== this.minBookingDays) { uni.showToast({ - title: `请选择${this.minBookingDays}天`, + title: `此套餐预约需连续选择${this.minBookingDays}天`, icon: 'none' }) return