diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue
index 0ab20b76..265823a2 100644
--- a/src/components/Course/myNote.vue
+++ b/src/components/Course/myNote.vue
@@ -9,8 +9,8 @@
![]()
- {{formatSeconds(play_Time)}}
-
![]()
+ {{formatSeconds(play_Time)}}1
+
{{description}}
- 进入首页
+ 进入首页
@@ -117,7 +117,8 @@
this.$emit('close');
},
goHome() {
- this.$router.push('/index')
+ this.guideCollection = false;
+ this.$router.push('/index')
},
getlist() {
apiGuide.list().then(res=>{
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 6f6073d3..412009d4 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -5,7 +5,7 @@