+
+
{{ item.title }}
- #文章#
-
+
+
#文章#
取消收藏
diff --git a/src/views/user/MyFavorites.vue b/src/views/user/MyFavorites.vue
index 9ea9e43e..f0de8a1f 100644
--- a/src/views/user/MyFavorites.vue
+++ b/src/views/user/MyFavorites.vue
@@ -435,11 +435,8 @@ export default {
}
apiNote.pagelist(query).then(res=>{
if(res.status==200){
- console.log(res,'res');
this.noteList.count = res.result.count;
this.noteList.list = res.result.list;
- console.log(this.noteList.list,'this.noteList.list ');
-
}
})
},