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 + '天可用' }}