mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 01:06:43 +08:00
我的收藏标题提示
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<ul>
|
||||
<li class="answer-list-index" v-for="item in items" :key="item.id">
|
||||
<h6 class="answer-title-info follow-home-title">
|
||||
<span class="pointer" @click="jumpDetail(item)">{{item.qtitle || item.title}}</span> <span style="font-weight: 400;">#回答#</span>
|
||||
<span class="pointer" @click="jumpDetail(item)">{{item.qtitle || item.title}}</span> <span v-if="item.type" style="font-weight: 400;">#回答#</span>
|
||||
<span class="follow-hide" style="float:right">
|
||||
<el-button @click.stop="delCollectItem(item)" type="text" icon="el-icon-star-on" style="color:#8590A6">取消收藏</el-button>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user