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 @@ - \ 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 @@ @@ -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) {