更新 SubscribeListView.vue 中的 Teleport 组件条件,以支持根据订阅类型动态渲染

This commit is contained in:
jxxghp
2025-07-10 16:54:00 +08:00
parent a8eaf3b995
commit 320fc1604c

View File

@@ -183,7 +183,7 @@ useDynamicButton({
:error-description="keyword ? t('subscribe.noFilterData') : t('subscribe.noSubscribeData')"
/>
<!-- 底部操作按钮 -->
<Teleport to="body" v-if="route.path.startsWith('/subscribe')">
<Teleport to="body" v-if="route.path.startsWith(`/subscribe/${props.type === '电影' ? 'movie' : 'tv'}`)">
<div v-if="isRefreshed">
<VFab
v-if="userStore.superUser && !appMode"