|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
<view class="swiper-wrap">
|
|
|
- <view class="u-tabs-box">
|
|
|
+ <!-- <view class="u-tabs-box">
|
|
|
<u-tabs-swiper
|
|
|
activeColor="#008CFF"
|
|
|
ref="tabs"
|
|
@@ -11,7 +11,7 @@
|
|
|
:is-scroll="false"
|
|
|
swiperWidth="100%"
|
|
|
></u-tabs-swiper>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<swiper class="swiper-box" :current="swiperCurrent" @transition="transition" @animationfinish="animationfinish" disable-touch>
|
|
|
<swiper-item class="swiper-item" v-for="(item, index) in list" :key="index">
|
|
|
<scroll-view scroll-y style="height: 100%; width: 100%" @scrolltolower="reachBottom">
|