12 lines
589 B
Plaintext
12 lines
589 B
Plaintext
<view class="broadcast">
|
|
<view class="broadcast-box" bindtap="goDetail" data-live-plan-id="{{item.livePlanId}}" wx:for="{{live.liveList}}" wx:for-index="idx" wx:for-item="item" wx:key="liveList">
|
|
<view class="broadcast-img">
|
|
<image src="{{live.liveUrl}}/route/file/downloadfile/true/{{item.livePlanPhoto}}"></image>
|
|
<view class="broadcast-status">直播中</view>
|
|
</view>
|
|
<view class="broadcast-info">
|
|
<view class="name">{{item.livePlanName}}</view>
|
|
<view class="time">{{item.livePlanStart}}至{{item.livePlanEnd}}</view>
|
|
</view>
|
|
</view>
|
|
</view> |