|
@@ -16,7 +16,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <swiper :current="tabCurrentIndex" :style="{ height: maxheight }" class="swiper-box" duration="300" @change="changeTab">
|
|
|
|
|
|
|
+ <swiper :current="tabCurrentIndex" :style="{ 'height': maxheight }" class="swiper-box" duration="300" @change="changeTab">
|
|
|
<swiper-item class="tab-content" v-for="(tabItem, tabIndex) in navList" :key="tabIndex">
|
|
<swiper-item class="tab-content" v-for="(tabItem, tabIndex) in navList" :key="tabIndex">
|
|
|
<scroll-view class="list-scroll-content" scroll-y @scrolltolower="loadData">
|
|
<scroll-view class="list-scroll-content" scroll-y @scrolltolower="loadData">
|
|
|
<!-- 空白页 -->
|
|
<!-- 空白页 -->
|
|
@@ -532,5 +532,8 @@ page {
|
|
|
width: 15rpx;
|
|
width: 15rpx;
|
|
|
height: 27rpx;
|
|
height: 27rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-box {
|
|
|
|
|
+ background-color: red;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|