2020-06-28 20:16:24 +08:00
|
|
|
<view class="broadcast">
|
2020-06-30 11:24:06 +08:00
|
|
|
<<<<<<< HEAD
|
2020-06-28 20:16:24 +08:00
|
|
|
<view class="play-button-box" wx:if="{{!isPlay}}" bindtap="doPlay">
|
|
|
|
<view class="play-button"></view>
|
|
|
|
</view>
|
|
|
|
<live-player id="liveRecordVideo" bindtap="doStop" src="{{liveRecordUrl}}/{{liveRecordSrc}}" bindstatechange="onPlayStateChange" mode="live" object-fit="contain" style="width: 100%; height: 400rpx;" wx:if="{{liveRecordSrc}}"/>
|
|
|
|
</view>
|
|
|
|
<view class="broadcast-list">
|
|
|
|
<view class="broadcast-title" bindtap="doChangeSrc" data-live-record-src="{{item.recordFilePath}}" wx:for="{{liveRecoreList}}" wx:for-index="index" wx:for-item="item" wx:key="liveRecoreList">{{index + 1}}.{{item.recordFileName}}</view>
|
2020-06-30 11:24:06 +08:00
|
|
|
=======
|
|
|
|
<live-player id="liveVideo" src="{{liveDetail.liveDeviceRtmpUrl}}" mode="live" object-fit="contain" style="width: 100%; height: 400rpx;"/>
|
|
|
|
</view>
|
|
|
|
<view class="broadcast-list">
|
|
|
|
<view class="broadcast-title">标题</view>
|
|
|
|
<view class="broadcast-title">标题</view>
|
|
|
|
<view class="broadcast-title">标题</view>
|
|
|
|
<view class="broadcast-title">标题</view>
|
|
|
|
>>>>>>> master
|
2020-06-28 20:16:24 +08:00
|
|
|
</view>
|