| | |
| | | <view class="custom-tab-bar"> |
| | | <t-tab-bar |
| | | value="{{active}}" |
| | | bindchange="onChange" |
| | | split="{{false}}" |
| | | shape="normal" |
| | | > |
| | | <t-tab-bar-item |
| | | wx:for="{{list}}" |
| | | wx:for-item="item" |
| | | wx:for-index="index" |
| | | wx:key="index" |
| | | icon="{{item.icon}}" |
| | | > |
| | | <t-tab-bar value="{{active}}" bindchange="onChange" split="{{false}}" shape="normal"> |
| | | <block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"> |
| | | <t-tab-bar-item class="{{item.visible ? '' : 'hidden'}}" icon="{{item.icon}}"> |
| | | {{ item.text }} |
| | | </t-tab-bar-item> |
| | | </block> |
| | | </t-tab-bar> |
| | | </view> |