diff --git a/pages/course/index.vue b/pages/course/index.vue
index fca129d..38bf1a9 100644
--- a/pages/course/index.vue
+++ b/pages/course/index.vue
@@ -1,440 +1,465 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.categoryName}}
-
-
-
-
-
-
- 打卡榜
-
-
-
-
- {{item.listName}}
- {{item.listStartTime.split(' ')[0]}} 至 {{item.listEndTime.split(' ')[0]}}
-
-
- {{item.integral}}积分
- 报名参加
-
-
-
-
-
-
-
- 课程
- 暂无内容...
-
-
-
-
-
- {{item.courseName}}
- {{utils.spl(item.courseStartTime)[0]}}至{{utils.spl(item.courseEndTime)[0]}}
- {{item.coursePlace}}
-
-
-
-
-
- 去报名
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/home/components/ArticleList.vue b/pages/home/components/ArticleList.vue
new file mode 100644
index 0000000..d1aeef6
--- /dev/null
+++ b/pages/home/components/ArticleList.vue
@@ -0,0 +1,108 @@
+
+
+
+
+
+ {{item.title}}
+ {{item.synopsis}}
+
+
+ {{item.author}}
+ {{item.addTime.split(' ')[0]}}
+ {{item.visit}}人阅读
+
+
+ {{item.chargeType == 0 ? '免费' : item.chargeType == 1 ? '收费' : '积分'}}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/components/CourseList.vue b/pages/home/components/CourseList.vue
new file mode 100644
index 0000000..e4fd409
--- /dev/null
+++ b/pages/home/components/CourseList.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+ {{item.courseName}}
+
+ {{item.categoryName}}
+
+
+
+ {{item.coursePlace}}
+ {{item.enterStartTime}}-{{item.enterEndTime}}
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/components/FirstNewProduct.vue b/pages/home/components/FirstNewProduct.vue
index 31bde33..14b5039 100644
--- a/pages/home/components/FirstNewProduct.vue
+++ b/pages/home/components/FirstNewProduct.vue
@@ -1,216 +1,214 @@
-
-
-
- 首发新品
-
- 更多
-
-
-
-
-
-
-
-
-
-
- new
-
-
-
-
- ¥{{ mgoods.price }}
- 销量{{ mgoods.sales }}{{mgoods.unitName}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/home/components/ListTitleBox.vue b/pages/home/components/ListTitleBox.vue
new file mode 100644
index 0000000..e1e20e8
--- /dev/null
+++ b/pages/home/components/ListTitleBox.vue
@@ -0,0 +1,54 @@
+
+
+
+ {{titWord}}
+
+
+
+
+
+
diff --git a/pages/home/components/StadyList.vue b/pages/home/components/StadyList.vue
new file mode 100644
index 0000000..ac3b0ff
--- /dev/null
+++ b/pages/home/components/StadyList.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+ {{item.clockTimes}}
+
+
+ {{item.listName}}
+
+ {{item.listStartTime}}开始
+ {{item.enterNum}}人已参与
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/home/index-copy.vue b/pages/home/index-copy.vue
index 1844cae..5f91eb7 100644
--- a/pages/home/index-copy.vue
+++ b/pages/home/index-copy.vue
@@ -12,13 +12,6 @@
-
diff --git a/pages/home/index.vue b/pages/home/index.vue
index e657272..3135aca 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -1,928 +1,837 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 今日·宜忌
- {{year}}年{{month}}月{{day}}日
-
-
-
- {{todayDate}}
-
-
-
- 星期{{week}}
- {{suici}}
-
-
-
- 宜
- {{yi}}
-
-
- 忌
- {{ji}}
-
-
-
-
-
-
-
-
- 今日推荐
- 查看全部课程
-
-
-
-
-
- {{item.courseName}}
-
- {{item.categoryName}}
-
-
-
- {{item.coursePlace}}
- {{item.enterStartTime}}-{{item.enterEndTime}}
-
-
-
-
-
-
-
-
- 学习榜单
- 查看全部榜单
-
-
-
-
-
-
-
- {{item.clockTimes}}
-
-
- {{item.listName}}
-
- {{setDate(item.listStartTime)}}开始
- {{item.enterNum}}人已参与
-
-
-
-
-
-
-
-
-
- 大家都在看
- 查看全部文章
-
-
-
-
-
- {{item.title}}
- {{item.synopsis}}
-
-
- {{item.author}}
- {{item.addTime.split(' ')[0]}}
- {{item.visit}}人阅读
-
-
- {{item.chargeType == 0 ? '免费' : item.chargeType == 1 ? '收费' : '积分'}}
-
-
-
-
-
-
- 没有更多内容了~
-
-
-
-
diff --git a/static/bangdanbg.png b/static/bangdanbg.png
new file mode 100644
index 0000000..27b1ea2
Binary files /dev/null and b/static/bangdanbg.png differ
diff --git a/static/idx-icon1.png b/static/idx-icon1.png
new file mode 100644
index 0000000..0e94886
Binary files /dev/null and b/static/idx-icon1.png differ
diff --git a/static/ji.png b/static/ji.png
new file mode 100644
index 0000000..b54175f
Binary files /dev/null and b/static/ji.png differ
diff --git a/static/tit1.png b/static/tit1.png
new file mode 100644
index 0000000..aeffca7
Binary files /dev/null and b/static/tit1.png differ
diff --git a/static/tit2.png b/static/tit2.png
new file mode 100644
index 0000000..a2d8a28
Binary files /dev/null and b/static/tit2.png differ
diff --git a/static/tit3.png b/static/tit3.png
new file mode 100644
index 0000000..9b8e7d9
Binary files /dev/null and b/static/tit3.png differ
diff --git a/static/tit4.png b/static/tit4.png
new file mode 100644
index 0000000..eef759a
Binary files /dev/null and b/static/tit4.png differ
diff --git a/static/tit5.png b/static/tit5.png
new file mode 100644
index 0000000..6fb0478
Binary files /dev/null and b/static/tit5.png differ
diff --git a/static/tit6.png b/static/tit6.png
new file mode 100644
index 0000000..c5970c3
Binary files /dev/null and b/static/tit6.png differ
diff --git a/static/yi.png b/static/yi.png
new file mode 100644
index 0000000..e601d32
Binary files /dev/null and b/static/yi.png differ