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