index.wxml 281 B

123
  1. <van-tabbar active="{{ active }}" active-color="{{ activeColor }}" inactive-color="{{ color }}" bind:change="onChange">
  2. <van-tabbar-item wx:for="{{ list }}" wx:key="index" icon="{{ active === index ? item.aicon : item.icon }}.png">{{ item.text }}</van-tabbar-item>
  3. </van-tabbar>