2026-01-21 17:05:30 +08:00
|
|
|
<t-tab-bar custom-style="z-index: 9999" bordered value="{{active}}" bindchange="onChange"
|
|
|
|
|
theme="normal" fixed="{{true}}" split="{{false}}">
|
2026-01-12 16:29:53 +08:00
|
|
|
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
|
|
|
|
|
{{item.label}}
|
|
|
|
|
</t-tab-bar-item>
|
2026-01-21 17:05:30 +08:00
|
|
|
</t-tab-bar>
|