纸通宝商家版本的小程序,原生微信开发。
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.
 

18 lines
770 B

<swiper current="{{tabIndex}}" duration="0" style="height:{{fHeight}}rpx">
<swiper-item catchtouchmove="stopTouchMove">
<store id="{{tabList[0].value}}"/>
</swiper-item>
<swiper-item catchtouchmove="stopTouchMove">
<package id="{{tabList[2].value}}" />
</swiper-item>
</swiper>
<view class="cu-bar foot" style="height:{{100 + safeBottom}}rpx;padding-bottom:{{safeBottom}}rpx;">
<van-tabbar active="{{ tabIndex }}" fixed="{{false}}">
<van-tabbar-item wx:for="{{tabList}}" wx:key="index" data-index="{{index}}" bindtap="onTabClick">
<van-icon slot="icon" name="{{item.gray}}" size="50rpx" />
<van-icon slot="icon-active" name="{{item.blue}}" size="50rpx" />
<text>{{item.name}}</text>
</van-tabbar-item>
</van-tabbar>
</view>