添加组件及页面
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<t-tab-bar t-class="t-tab-bar" value="{{active}}" bindchange="onChange" theme="normal" fixed="{{true}}" split="{{false}}">
|
||||
<t-tab-bar custom-style="z-index: 9999" bordered value="{{active}}" bindchange="onChange"
|
||||
theme="normal" fixed="{{true}}" split="{{false}}">
|
||||
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
|
||||
{{item.label}}
|
||||
</t-tab-bar-item>
|
||||
</t-tab-bar>
|
||||
</t-tab-bar>
|
||||
Reference in New Issue
Block a user