diff --git a/pages.json b/pages.json
index 43ebcdb..b65d17e 100644
--- a/pages.json
+++ b/pages.json
@@ -57,7 +57,7 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
- },
+ }
],
"globalStyle": {
diff --git a/pages/coach/home/index.vue b/pages/coach/home/index.vue
index 180a71f..4c5d854 100644
--- a/pages/coach/home/index.vue
+++ b/pages/coach/home/index.vue
@@ -1,281 +1,148 @@
-
-
- 发现
-
-
-
-
-
-
-
-
-
-
-
- {{item.user}}
- {{item.timedifference}}
-
-
- 收藏
- 收藏
-
-
- {{item.activity}}
-
-
-
-
-
-
-
-
-
- {{item.content}}
-
-
-
- 点击内容查看详情
-
-
- {{item.area}}
-
-
- {{item.likes}}
-
-
-
- {{item.comment}}
-
-
-
-
-
-
-
-
- 还没有任何提醒
-
-
-
-
-
-
+
+
+
+ 月授课数
+ 12
+ 节,月负责学员
+ 188
+ 名
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/student/index/index.vue b/pages/student/index/index.vue
index 6a07f7d..2310948 100644
--- a/pages/student/index/index.vue
+++ b/pages/student/index/index.vue
@@ -1,8 +1,5 @@
-<<<<<<< HEAD
-
-=======
发现
@@ -65,7 +62,6 @@
->>>>>>> d89f93ea456d0a15a017b476c9df62a3b4c831ed
@@ -84,8 +80,6 @@
}
},
onLoad() {
-<<<<<<< HEAD
-=======
const um_id = uni.getStorageSync('um_id');
this.um_id = um_id
if (um_id == '') {
@@ -94,7 +88,6 @@
})
}
this.fetchData(this.um_id)
->>>>>>> d89f93ea456d0a15a017b476c9df62a3b4c831ed
},
methods: {
// fetchData(um_id) {