优化
This commit is contained in:
parent
7d7995ff88
commit
e679f4b7ad
@ -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"
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<Loading v-if="state.loading && state.list.length === 0"/>
|
||||
<SlideVerticalInfinite
|
||||
ref="listRef"
|
||||
v-love="htmlId"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user