补充提交

master
ran 2022-04-29 12:10:19 +08:00
parent 6e5470e20c
commit 6f60cc6afb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
> >
<div class="promotions-item-seckill" v-if="getPromotion(skuItem).includes('SECKILL')"> <div class="promotions-item-seckill" v-if="getPromotion(skuItem).includes('SECKILL')">
距秒杀结束: <u-count-down show-border :hide-zero-day="true" :color="$mainColor" border-color="#ededed" 距秒杀结束: <u-count-down show-border :hide-zero-day="true" :color="$mainColor" border-color="#ededed"
font-size="24" :timestamp="getCountDownTime(seckill.endTime)"> font-size="24" :timestamp="getCountDownTime(skuItem)">
</u-count-down> </u-count-down>
</div> </div>
</div> </div>