diff --git a/manager/src/views/lili-floor-renovation/modelList/seckill.vue b/manager/src/views/lili-floor-renovation/modelList/seckill.vue
index 0ab6a13b..ec5a6849 100644
--- a/manager/src/views/lili-floor-renovation/modelList/seckill.vue
+++ b/manager/src/views/lili-floor-renovation/modelList/seckill.vue
@@ -1,262 +1,283 @@
-
-
-
{{actName}}
-
{{currHour}}:00点场 倒计时
-
{{hours}}{{minutes}}{{seconds}}
-
{{ actStatus == 0 ?'未开始':'已结束' }}
-
-
-
-
-
-
-
{{item.name}}
-
- {{ item.price | unitPrice('¥') }}
- {{ item.originalPrice | unitPrice('¥') }}
-
-
-
-
-
-
+
+
+
{{ actName }}
+
+ {{ currHour }}:00点场 倒计时
+
+
+ {{ hours }}{{ minutes }}{{ seconds }}
+
+
+ {{ actStatus == 0 ? "未开始" : "已结束" }}
+
+
+
+
+
+
+
{{ item.name }}
+
+ {{ item.price | unitPrice("¥") }}
+ {{ item.originalPrice | unitPrice("¥") }}
+
+
+
+
+
+
\ No newline at end of file