|
@@ -5,7 +5,7 @@
|
|
|
<scroll-view class="scrollBox" :scroll-y="true" :scroll-top="scrollTop" @scrolltolower="loadingMore" @scroll="onScroll" style="position:relative;">
|
|
|
<view style="position: relative;">
|
|
|
<!-- 轮播图 -->
|
|
|
- <SwiperAd v-if="swiperAdList.length && !query.enterpriseId" :list="swiperAdList" margin="0" borderRadius="0" @click="handleToDetails"></SwiperAd>
|
|
|
+ <SwiperAd v-if="swiperAdList.length && !query.enterpriseId" :list="swiperAdList" margin="0" borderRadius="0"></SwiperAd>
|
|
|
<view class="stick" :style="`background-color: ${backgroundColor}`">
|
|
|
<!-- tab页签 -->
|
|
|
<scroll-view v-if="tabList?.length && !query.enterpriseId" scroll-x="true" class="scroll-container">
|