mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(following): cannot show live-streaming card immediately
This commit is contained in:
@@ -49,13 +49,8 @@ const updateBaseline = ref<string>('')
|
||||
const noMoreContent = ref<boolean>(false)
|
||||
const { handleReachBottom, handlePageRefresh, haveScrollbar } = useBewlyApp()
|
||||
|
||||
watch(() => settings.value.followingTabShowLivestreamingVideos, (newValue) => {
|
||||
if (newValue) {
|
||||
getLiveVideoList()
|
||||
}
|
||||
}, { immediate: true })
|
||||
|
||||
onMounted(() => {
|
||||
getLiveVideoList()
|
||||
initData()
|
||||
initPageAction()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user