小程序源码
This commit is contained in:
6
source/wx/xzs-student/component/iView/tab-bar/index.wxml
Normal file
6
source/wx/xzs-student/component/iView/tab-bar/index.wxml
Normal file
@@ -0,0 +1,6 @@
|
||||
<view class="i-class i-tab-bar {{ fixed ? 'i-tab-bar-fixed' : '' }}">
|
||||
<slot></slot>
|
||||
<view class="i-tab-bar-list">
|
||||
<view class="i-tab-bar-layer" wx:for="{{ list }}" wx:key="{{ item.key }}" data-key="{{ item.key }}" bindtap="handleClickItem" style="width: {{ 100 / list.length }}%"></view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user