Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <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>
|