index.wxml 238 B

123
  1. <van-tabbar active="{{ active }}">
  2. <van-tabbar-item bindtap="onChange" data-index="{{index}}" class="{{ index==2 ?'avtion':''}}" wx:for="{{tabbarList}}" wx:key="index" icon="{{item.icon}}">{{item.text}}</van-tabbar-item>
  3. </van-tabbar>