Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -5,6 +5,7 @@
title="我的订阅信息"
@clickListItem="clickListItem"
@linkMore="linkMore"
+ :is-recommend="isRecommend"
:loading="loading"
:loaded="loaded"
>
@@ -4,7 +4,7 @@
<div
slot="header-right"
class="h-header-more"
- v-show="list.length !== 0"
+ v-show="list.length !== 0 && isRecommend !== '3'"
@click="linkMore"
<span class="more-text">更多</span>
@@ -54,6 +54,10 @@ export default {
type: String,
default: ''
},
+ isRecommend: {
+ type: String,
+ default: ''
+ },
loading: {
type: Boolean,
default: false