<!--lawPublicityDetail.wxml-->
|
<import src="../wxParse/wxParse.wxml" />
|
<view class="detail">
|
<!-- <template is="wxParse" data="{{wxParseData:article.nodes}}" /> -->
|
<!-- <view wx:for="{{attList.attList21}}" wx:key="{{key}}"> -->
|
<!-- <video id="myVideo" src="{{item.path}}"
|
danmu-list="{{danmuList}}" enable-danmu danmu-btn controls></video> -->
|
<view wx:for="{{data.attList}}" data-index="{{index}}" wx:key="index">
|
<view class="video-area" style="margin:12px 0">
|
<video id="myVideo" src="{{item.path}}" danmu-list="{{danmuList}}" enable-danmu danmu-btn controls></video>
|
</view>
|
</view>
|
<view class="content-left">
|
<view class="headLineTitle">
|
{{data.title}}
|
</view>
|
<!-- <text class="cuIcon-favorfill lg text-blue"></text> -->
|
<view class="headLineInfo">
|
<view class="info-source">{{data.createTime}}</view>
|
<!-- <view class="info-viewer">观看次数{{data.readCount}}</view> -->
|
</view>
|
</view>
|
</view>
|