You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
597 B
16 lines
597 B
<!--pages/balance/index/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">余额明细</view>
|
|
</cu-custom>
|
|
|
|
<view class="nav bg-white fixed" style="top:{{CustomBar}}px;">
|
|
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi>
|
|
</view>
|
|
|
|
<view style="height:80rpx;width:100%"></view>
|
|
|
|
<swiper current="{{tabIndex}}" bindchange="onSwiperChange" style="height:{{height}}rpx">
|
|
<swiper-item wx:for="{{2}}" wx:key="index">
|
|
<fragment id="fragment{{index}}" height="{{height}}" direction="{{index}}"/>
|
|
</swiper-item>
|
|
</swiper>
|