This commit is contained in:
zyronon 2023-02-21 01:44:46 +08:00
parent 7d7995ff88
commit e679f4b7ad
2 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@
v-if="state.subType===-1 && !state.subTypeVisible"
@click="showSubType">附近吃喝玩乐
</div>
<Loading v-if="state.loading && state.list.length === 0"/>
<SlideList
:style="{background: 'black',marginTop:state.subTypeVisible?state.subTypeHeight:0}"
:api="api.videos.recommended"

View File

@ -1,5 +1,4 @@
<template>
<Loading v-if="state.loading && state.list.length === 0"/>
<SlideVerticalInfinite
ref="listRef"
v-love="htmlId"