index.wxml 411 B

123456
  1. <view class="tabs_box">
  2. <view class="tbas_list" bindtap="setTabsIndex">
  3. <view wx:for="{{tabsList}}" data-index="{{index}}" class="{{tabsIndex==index?'active':''}}">{{item}}</view>
  4. </view>
  5. <view wx:if="{{liveDownload}}" class="live-download"><view bindtap="downloadApp">下载直播客户端<van-icon name="arrow" /><van-icon style="margin-left: -15rpx;" name="arrow" /></view></view>
  6. </view>