switchTab.wxml 198 B

123
  1. <view class="switch-view">
  2. <view class="switch-title {{curIndex == index ? 'curTitle' : ''}}" wx:for="{{arr}}" data-index="{{index}}" wx:key="index" bindtap="getSwitch">{{item}}</view>
  3. </view>