You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
455 B
1 line
455 B
3 years ago
|
<view class="content"><view class="uni_tab_bar"><view class="uni_swiper_tab order_top"><block wx:for="{{tabBars}}" wx:for-item="tabBar" wx:for-index="index" wx:key="id"><block><view data-event-opts="{{[['tap',[['toggleTab',['$0'],[[['tabBars','id',tabBar.id,'id']]]]]]]}}" class="{{['swiper_tab_list',(tabIndex==tabBar.id)?'active':'']}}" bindtap="__e">{{''+tabBar.name+''}}<view class="swiper_tab_line"></view></view></block></block></view></view></view>
|