|
@@ -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">
|