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.
 

8 lines
337 B

<template name="headerTitleTemplate">
<view class="swiper-tab">
<view class='lineView'></view>
<block wx:for="{{titleArr}}" wx:for-index="idx" wx:key="itemName">
<view class="swiper-tab-list {{currentTab==idx?'on':''}}" data-current="idx" bindtap="swichNav">{{itemName}} </view>
</block>
</view>
</template>