video.wxml 1.1 KB

1
  1. <app-layout vue-id="cc049370-1" class="data-v-b81b379c" 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-b81b379c"><view class="data-v-b81b379c"><app-video vue-id="{{('cc049370-2-'+index)+','+('cc049370-1')}}" pic-url="{{item.pic_url}}" url="{{item.url}}" class="data-v-b81b379c" bind:__l="__l"></app-video></view><view class="video data-v-b81b379c"><view class="title data-v-b81b379c">{{item.title}}</view><view class="{{['content','data-v-b81b379c',active!==index?'active':'']}}">{{item.content}}</view><view class="other dir-left-nowrap cross-center data-v-b81b379c"><view class="box-grow-1 data-v-b81b379c">{{item.time}}</view><image class="{{['img','data-v-b81b379c',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-b81b379c" bindtap="__e">{{active===index?'收起':'展开'}}</view></view></view></view></block></app-layout>