<van-tabbar active="{{ active }}"> <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> </van-tabbar>