|
|
@@ -2,7 +2,7 @@
|
|
|
<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;" />
|
|
|
- {{language[item.text]||item.text}}
|
|
|
+ <text style="font-size: 22rpx;">{{language[item.text]||item.text}}</text>
|
|
|
</van-tabbar-item>
|
|
|
</van-tabbar>
|
|
|
<wxs src='../utils/wxmlQueryPer.wxs' module="per" />
|