index.wxml 281 B

1234567
  1. <!--custom-tab-bar/index.wxml-->
  2. <van-tabbar active="{{ active }}" active-color="{{activeColor}}" inactive-color="{{color}}" bind:change="onChange">
  3. <van-tabbar-item wx:for="{{ list }}" wx:key="index" icon="{{ item.icon }}">{{
  4. item.text
  5. }}</van-tabbar-item>
  6. </van-tabbar>