|
@@ -1,8 +1,9 @@
|
|
|
<wxs src="../../utils/filter.wxs" module="filters" />
|
|
|
<view class="pkBox">
|
|
|
- <videoPreview videoInfo="{{videoInfo}}" currentId="{{currentId}}" data-id="{{videoInfo.userRead.id}}"
|
|
|
+ <videoPreview wx:if="{{videoInfo}}" videoInfo="{{videoInfo}}" currentId="{{currentId}}"
|
|
|
+ data-id="{{videoInfo.userRead.id}}" currentTime="{{currentTime}}" sliderValue="{{sliderValue}}"
|
|
|
bind:playVideo="playVideo" bind:playAudio="playAudio" data-audio="{{videoInfo.userRead.audioPath}}"
|
|
|
- bind:openComment="openComment" videoType='pk' />
|
|
|
+ bind:setSeek="setSeek" bind:openComment="openComment" videoType='pk' />
|
|
|
<!-- 挑战记录列表 -->
|
|
|
<view class="pkRecord">
|
|
|
<view class="title">挑战记录</view>
|