我的收藏标题提示

This commit is contained in:
zhaofang
2022-11-01 18:31:57 +08:00
parent 33ced03ac6
commit ef3e45dbeb
7 changed files with 29 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
<div class="flex-between" @click="jump(item)">
<div class="uc-course-name ">
<div class="uc-coures-name-left one-line-ellipsis">
<span >{{ item.title }} <span class="bq-coures">#课程#</span> </span>
<span >{{ item.title }} <span class="bq-coures" v-if="isAll">#课程#</span> </span>
</div>
<div class="canfavo">
<el-button v-if="remove" @click.stop="delItem(item)" type="text" icon="el-icon-star-on" style="color:#8590A6;font-size:14px;">
@@ -44,7 +44,11 @@ export default {
remove: {
type: Boolean,
default: true
}
},
isAll:{
type:Boolean,
default:false,
}
},
data() {
return {