From 0213a4b88aad8a84821d5b0143a3a4a0308f5814 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 27 Oct 2024 20:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E9=A2=86=E5=8F=96=E4=BC=98=E6=83=A0=E5=8A=B5=E5=9C=A8?= =?UTF-8?q?=20validityType=20=3D=201=20=E6=97=B6=EF=BC=88=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E6=97=A5=E6=9C=9F=EF=BC=89=EF=BC=8C=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/components/s-activity-pop/s-activity-pop.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sheep/components/s-activity-pop/s-activity-pop.vue b/sheep/components/s-activity-pop/s-activity-pop.vue index 44a028ac..e6ee26bb 100644 --- a/sheep/components/s-activity-pop/s-activity-pop.vue +++ b/sheep/components/s-activity-pop/s-activity-pop.vue @@ -57,8 +57,9 @@ {{ item.validityType == 1 - ? sheep.$helper.timeFormat(item.validStartTime, 'yyyy.mm.dd') - - sheep.$helper.timeFormat(item.validEndTime, 'yyyy.mm.dd') + ? sheep.$helper.timeFormat(item.validStartTime, 'yyyy-mm-dd') + + '-' + + sheep.$helper.timeFormat(item.validEndTime, 'yyyy-mm-dd') : '领取后' + item.fixedStartTerm + '-' + item.fixedEndTerm + '天可用' }}