crm_second_opening_mini/uview-ui/components/u-tabs/u-tabs.wxml

1 line
971 B
Plaintext

<view class="u-tabs data-v-1bce6cd7" style="{{'background:'+(bgColor)+';'}}"><view id="{{id}}" class="data-v-1bce6cd7"><scroll-view class="u-scroll-view data-v-1bce6cd7" scroll-x="{{true}}" scroll-left="{{scrollLeft}}" scroll-with-animation="{{true}}"><view class="{{['u-scroll-box','data-v-1bce6cd7',(!isScroll)?'u-tabs-scorll-flex':'']}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="u-tab-item u-line-1 data-v-1bce6cd7" style="{{item.s0}}" id="{{'u-tab-item-'+index}}" data-event-opts="{{[['tap',[['clickTab',[index]]]]]}}" bindtap="__e"><u-badge vue-id="{{'6ae46646-1-'+index}}" count="{{item.$orig[count]||item.$orig['count']||0}}" offset="{{offset}}" size="mini" class="data-v-1bce6cd7" bind:__l="__l"></u-badge>{{''+(item.$orig[name]||item.$orig['name'])+''}}</view></block><block wx:if="{{showBar}}"><view class="u-tab-bar data-v-1bce6cd7" style="{{$root.s1}}"></view></block></view></scroll-view></view></view>