|
@@ -1,29 +1,30 @@
|
|
|
<view class="pkBox">
|
|
|
- <videoPreview videoInfo="{{videoInfo}}" currentId="{{currentId}}" data-id="{{videoInfo.userRead.id}}"
|
|
|
- bind:playVideo="playVideo" bind:openComment="openComment" videoType='pk' />
|
|
|
- <!-- 挑战记录列表 -->
|
|
|
- <view class="pkRecord">
|
|
|
- <view class="title">挑战记录</view>
|
|
|
- <scroll-view scroll-y="true" class="scrollBox" enhanced="true" show-scrollbar="{{false}}">
|
|
|
- <view class="record" wx:for="{{20}}" wx:key="index">
|
|
|
- <view class="record-left">
|
|
|
- <view class="rl-avatar">
|
|
|
- <image src="/static/contact.png" mode="" class="avatar" />
|
|
|
- </view>
|
|
|
- <view class="rl-info">
|
|
|
- <view class="nickName">叮当猫</view>
|
|
|
- <view class="time">2023-02-12 13:13</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="record-right">
|
|
|
- <view class="score">
|
|
|
- 96分
|
|
|
- </view>
|
|
|
- <image src="/static/play.png" class="play" mode="" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </scroll-view>
|
|
|
- </view>
|
|
|
- <Comment id="comment" />
|
|
|
- <canvas id='share' type="2d"> </canvas>
|
|
|
+ <videoPreview videoInfo="{{videoInfo}}" currentId="{{currentId}}" data-id="{{videoInfo.userRead.id}}"
|
|
|
+ bind:playVideo="playVideo" bind:playAudio="playAudio" data-audio="{{videoInfo.userRead.audioPath}}"
|
|
|
+ bind:openComment="openComment" videoType='pk' />
|
|
|
+ <!-- 挑战记录列表 -->
|
|
|
+ <view class="pkRecord">
|
|
|
+ <view class="title">挑战记录</view>
|
|
|
+ <scroll-view scroll-y="true" class="scrollBox" enhanced="true" show-scrollbar="{{false}}">
|
|
|
+ <view class="record" wx:for="{{20}}" wx:key="index">
|
|
|
+ <view class="record-left">
|
|
|
+ <view class="rl-avatar">
|
|
|
+ <image src="/static/contact.png" mode="" class="avatar" />
|
|
|
+ </view>
|
|
|
+ <view class="rl-info">
|
|
|
+ <view class="nickName">叮当猫</view>
|
|
|
+ <view class="time">2023-02-12 13:13</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="record-right">
|
|
|
+ <view class="score">
|
|
|
+ 96分
|
|
|
+ </view>
|
|
|
+ <image src="/static/play.png" class="play" mode="" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+ <Comment id="comment" />
|
|
|
+ <canvas id='share' type="2d"> </canvas>
|
|
|
</view>
|