fix(Following): resolve the "no more content" & "need to login first" occurring together

This commit is contained in:
hakadao
2024-04-02 01:31:11 +08:00
parent 026a9379c5
commit 69b6d865ad

View File

@@ -176,7 +176,7 @@ defineExpose({ initData })
</div>
<!-- no more content -->
<Empty v-if="noMoreContent" class="pb-4" :description="$t('common.no_more_content')" />
<Empty v-if="noMoreContent && !needToLoginFirst" class="pb-4" :description="$t('common.no_more_content')" />
<Transition name="fade">
<Loading v-if="isLoading" />