优化
This commit is contained in:
parent
7d7995ff88
commit
e679f4b7ad
@ -44,6 +44,7 @@
|
|||||||
v-if="state.subType===-1 && !state.subTypeVisible"
|
v-if="state.subType===-1 && !state.subTypeVisible"
|
||||||
@click="showSubType">附近吃喝玩乐
|
@click="showSubType">附近吃喝玩乐
|
||||||
</div>
|
</div>
|
||||||
|
<Loading v-if="state.loading && state.list.length === 0"/>
|
||||||
<SlideList
|
<SlideList
|
||||||
:style="{background: 'black',marginTop:state.subTypeVisible?state.subTypeHeight:0}"
|
:style="{background: 'black',marginTop:state.subTypeVisible?state.subTypeHeight:0}"
|
||||||
:api="api.videos.recommended"
|
:api="api.videos.recommended"
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<Loading v-if="state.loading && state.list.length === 0"/>
|
|
||||||
<SlideVerticalInfinite
|
<SlideVerticalInfinite
|
||||||
ref="listRef"
|
ref="listRef"
|
||||||
v-love="htmlId"
|
v-love="htmlId"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user