Browse Source

优化

pull/29/head
zyronon 2 years ago
parent
commit
e679f4b7ad
  1. 1
      src/pages/home/slide/Slide1.vue
  2. 1
      src/pages/home/slide/SlideList.vue

1
src/pages/home/slide/Slide1.vue

@ -44,6 +44,7 @@ @@ -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
src/pages/home/slide/SlideList.vue

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

Loading…
Cancel
Save