diff --git a/buyer/src/pages/promotion/seckill.vue b/buyer/src/pages/promotion/seckill.vue index 38c3aaf6..7b013c18 100644 --- a/buyer/src/pages/promotion/seckill.vue +++ b/buyer/src/pages/promotion/seckill.vue @@ -6,14 +6,23 @@
{{nowHour >= time.timeLine ? '秒杀中' : '即将开始'}}
-{{nowHour >= time.timeLine ? '距结束' : '距开始'}} {{currTime}}
+{{ nowHour >= time.timeLine ? "秒杀中" : "即将开始" }}
++ {{ nowHour >= time.timeLine ? "距结束" : "距开始" }} {{ + currTime + }} +