index.wxml 592 B

12345678
  1. <van-tabbar active="{{ active }}" placeholder active-color='#3874F6' bindchange="onChange">
  2. <van-tabbar-item wx:if="{{per.query(Permission,item.text)}}" info="{{item.fcount}}" name="{{item.name}}" wx:for="{{tabbarList}}" wx:key="index">
  3. <text slot='icon' class="{{'iconfont '+item.icon}}" style="font-size: 44rpx; color: #999999;" />
  4. <text slot='icon-active' class="{{'iconfont '+item.acicon}}" style="font-size: 44rpx; color: #3874F6;" />
  5. {{language[item.text]||item.text}}
  6. </van-tabbar-item>
  7. </van-tabbar>
  8. <wxs src='../utils/wxmlQueryPer.wxs' module="per" />