You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
363 B

<!--monitor/pages/components/tabBar/tabBar.wxml-->
<van-tabbar active="{{ active }}" active-color="#0a6597" inactive-color="#999999" bind:change="onChange">
<van-tabbar-item icon="wap-home">首页</van-tabbar-item>
<van-tabbar-item icon="comment">工单电站</van-tabbar-item>
<van-tabbar-item icon="manager">个人中心</van-tabbar-item>
</van-tabbar>