video.wxml 1.1 KB

1
  1. <app-layout vue-id="cc049370-1" class="data-v-3ec61a7e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="data-v-3ec61a7e"><view class="data-v-3ec61a7e"><app-video vue-id="{{('cc049370-2-'+index)+','+('cc049370-1')}}" pic-url="{{item.pic_url}}" url="{{item.url}}" class="data-v-3ec61a7e" bind:__l="__l"></app-video></view><view class="video data-v-3ec61a7e"><view class="title data-v-3ec61a7e">{{item.title}}</view><view class="{{['content','data-v-3ec61a7e',active!==index?'active':'']}}">{{item.content}}</view><view class="other dir-left-nowrap cross-center data-v-3ec61a7e"><view class="box-grow-1 data-v-3ec61a7e">{{item.time}}</view><image class="{{['img','data-v-3ec61a7e',active===index?'active':'']}}" src="../../static/image/icon/arrow-right.png" data-event-opts="{{[['tap',[['click',[index]]]]]}}" bindtap="__e"></image><view data-event-opts="{{[['tap',[['click',[index]]]]]}}" class="box-grow-0 data-v-3ec61a7e" bindtap="__e">{{active===index?'收起':'展开'}}</view></view></view></view></block></app-layout>