mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
提交
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
<div class="article-info-date"></div>
|
||||
<div @click="jump(item)">
|
||||
<div class="article-info">
|
||||
<div class="art-hear one-line-ellipsis">
|
||||
<span class="article-info-title">
|
||||
<div class="art-hear">
|
||||
<div style="max-width:84%" class="article-info-title one-line-ellipsis">
|
||||
{{ item.title }}
|
||||
<span class="art-tit">#文章#</span>
|
||||
</span>
|
||||
</div>
|
||||
<span class="art-tit">#文章#</span>
|
||||
<el-button @click.stop="delItem(item)" type="text" style="color: #8590A6" icon="el-icon-star-on">取消收藏</el-button>
|
||||
</div>
|
||||
<div class="article-info-tools">
|
||||
|
||||
@@ -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 ');
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user