u-tabs-swiper.wxml 794 B

1
  1. <view class="u-tabs data-v-9c8ef540" style="{{'z-index:'+(zIndex)+';'+('background:'+(bgColor)+';')}}"><scroll-view class="u-scroll-view data-v-9c8ef540" style="{{'z-index:'+(zIndex+1)+';'}}" scroll-x="{{true}}" scroll-left="{{scrollLeft}}" scroll-with-animation="{{true}}"><view class="{{['u-tabs-scroll-box data-v-9c8ef540',(!isScroll)?'u-tabs-scorll-flex':'']}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['emit',[index]]]]]}}" class="{{['u-tabs-item data-v-9c8ef540',preId+index]}}" style="{{item.s0}}" bindtap="__e">{{''+(item.$orig[name]||item.$orig['name'])+''}}</view></block><block wx:if="{{showBar}}"><view class="u-scroll-bar data-v-9c8ef540" style="{{$root.s1}}"></view></block></view></scroll-view></view>