video.wxml 876 B

1
  1. <view class="pageCon data-v-495ac001"><view class="top bb scrollx data-v-495ac001"><block wx:for="{{vedio_cats}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['sectionChange',['$0',1],[[['vedio_cats','',index]]]]]]]}}" class="{{['data-v-495ac001',cat==item.id?'sel':'','li']}}" bindtap="__e">{{item.name}}</view></block></view><view class="top scrollx data-v-495ac001"><block wx:for="{{vedio_two_cats}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['sectionChange',['$0',2],[[['vedio_two_cats','',index]]]]]]]}}" class="{{['data-v-495ac001',two_cat==item.id?'sel':'','li']}}" bindtap="__e">{{item.name}}</view></block></view><view class="conwarp data-v-495ac001"><list vue-id="3c047db6-1" flag="{{1}}" list="{{video_list}}" class="data-v-495ac001" bind:__l="__l"></list></view></view>