<view class="tabs">
  <van-tabs active="{{ tabIndex }}" line-height="6rpx" line-width="64rpx" bind:change="onChange">
    <van-tab wx:for="{{ tabs }}" title="{{ item }}" name="{{ item }}" wx:key="index"></van-tab>
  </van-tabs>
</view>
