@@ -46,7 +46,11 @@
items: { //name,
type: Array,
default:()=>[]
- }
+ },
+ isAll:{
+ type:Boolean,
+ default:false,
+ }
},
filters:{
timeFilter(item){
diff --git a/src/components/Course/collectItem.vue b/src/components/Course/collectItem.vue
index 7aab31d5..ae7348a9 100644
--- a/src/components/Course/collectItem.vue
+++ b/src/components/Course/collectItem.vue
@@ -9,7 +9,7 @@
- {{ item.title }} #课程#
+ {{ item.title }} #课程#
@@ -44,7 +44,11 @@ export default {
remove: {
type: Boolean,
default: true
- }
+ },
+ isAll:{
+ type:Boolean,
+ default:false,
+ }
},
data() {
return {
diff --git a/src/components/HomePage/favoritesNote.vue b/src/components/HomePage/favoritesNote.vue
index aea64fe7..360d7f25 100644
--- a/src/components/HomePage/favoritesNote.vue
+++ b/src/components/HomePage/favoritesNote.vue
@@ -3,7 +3,7 @@
-
- {{item.courseName || item.title}} #笔记#
+ {{item.courseName || item.title}} #笔记#
取消收藏
@@ -49,6 +49,10 @@
personal:{
type:Boolean,
default:false,
+ },
+ isAll:{
+ type:Boolean,
+ default:false,
}
},
data(){
diff --git a/src/components/Qa/answerList.vue b/src/components/Qa/answerList.vue
index 559f45f8..fe869af7 100644
--- a/src/components/Qa/answerList.vue
+++ b/src/components/Qa/answerList.vue
@@ -3,7 +3,7 @@
-
- {{item.qtitle || item.title}} #回答#
+ {{item.qtitle || item.title}} #回答#
取消收藏
diff --git a/src/components/Qa/favoritesQaList.vue b/src/components/Qa/favoritesQaList.vue
index d99035d0..e55488a0 100644
--- a/src/components/Qa/favoritesQaList.vue
+++ b/src/components/Qa/favoritesQaList.vue
@@ -5,7 +5,7 @@
- {{ item.question.title }} #提问#
+ {{ item.question.title }} #提问#
取消收藏
diff --git a/src/views/user/MyFavorites.vue b/src/views/user/MyFavorites.vue
index 65adfc4f..10151439 100644
--- a/src/views/user/MyFavorites.vue
+++ b/src/views/user/MyFavorites.vue
@@ -36,10 +36,10 @@
-->