From a5edae4020ac521719a22444bf1169c4f099bfb8 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 23 Mar 2026 22:23:27 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4956=20=E3=80=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E3=80=91=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BA=97=E9=93=BA=E6=97=B6=E6=9C=AA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=BB=98=E8=AE=A4=E8=90=A5=E4=B8=9A=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9B=B4=E6=8E=A5=E4=BF=9D=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BD=93=E9=AA=8C=E5=BA=97=E7=9A=84=E8=90=A5?= =?UTF-8?q?=E4=B8=9A=E6=97=B6=E9=97=B4=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8E=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8D=E7=9B=B8=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/experienceCoupon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_product/views/experienceCoupon.vue b/pkg_product/views/experienceCoupon.vue index 1a1313d..36b6e8b 100644 --- a/pkg_product/views/experienceCoupon.vue +++ b/pkg_product/views/experienceCoupon.vue @@ -188,7 +188,7 @@ export default { distance, latitude: lat, longitude: lon, - businessTime: item.serviceTime && item.serviceEndTime ? `${item.serviceTime}-${item.serviceEndTime}` : (item.serviceTime || ''), + businessTime: item.serviceTime && item.serviceEndTime ? `${item.serviceTime}-${item.serviceEndTime}` : (item.serviceTime || '00:00-23:59'), tags: item.intro || '', categoryId: this.activeCategoryId === 'all' ? 'all' : this.activeCategoryId, image: item.image || item.cover || '',