|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="pages-content">
|
|
|
<view class="tabs">
|
|
|
- <u-tabs-swiper ref="uTabs" :list="tabsList" bar-width="100" :current="current" @change="tabsChange" :is-scroll="false"
|
|
|
+ <u-tabs-swiper ref="uTabs" active-color="red" :list="tabsList" bar-width="100" :current="current" @change="tabsChange" :is-scroll="false"
|
|
|
swiperWidth="750"></u-tabs-swiper>
|
|
|
</view>
|
|
|
<swiper style="height: calc(100% - 40px);" :current="swiperCurrent" @transition="transition" @animationfinish="animationfinish">
|
|
@@ -64,7 +64,6 @@
|
|
|
this.swiperCurrent = index;
|
|
|
this.couponList = []
|
|
|
this.count = 0
|
|
|
- // this.getList()
|
|
|
},
|
|
|
// swiper-item左右移动,通知tabs的滑块跟随移动
|
|
|
transition(e) {
|