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
diff --git a/pushGithub.sh b/pushGithub.sh
index 93fbc1e6..50dacab1 100644
--- a/pushGithub.sh
+++ b/pushGithub.sh
@@ -2,7 +2,7 @@ echo '开始推送github'
echo '切换git地址'
git remote rm origin
-git remote add origin git@github.com:hongyehuicheng/lilishop-ui.git
+git remote add origin git@github.com:lilishop/lilishop-ui.git
echo '设置上传代码分支,推送github'
git push --set-upstream origin master --force
echo '推送github完成'