index.wxml 213 B

12345
  1. <van-tabbar active="{{ active }}" bind:change="onChange" active-color="#ed3f14">
  2. <van-tabbar-item wx:for="{{ list }}" wx:key="index" icon="{{ item.icon }}">{{
  3. item.text
  4. }}</van-tabbar-item>
  5. </van-tabbar>