|
@@ -1,8 +1,7 @@
|
|
|
<view class="photo-wrap">
|
|
|
<image class="photo" src="{{item.video_cover_url}}"></image>
|
|
|
<image class="play" src="../../../../image/common/video-play-normal.png"></image>
|
|
|
- <!-- todo-->
|
|
|
- <text class="pv">3万次播放</text>
|
|
|
+ <text class="pv">{{item.video_act_num}}次播放</text>
|
|
|
</view>
|
|
|
<view class="video-name">{{item.video_name}}</view>
|
|
|
<view class="data-detail">
|
|
@@ -12,10 +11,10 @@
|
|
|
</view>
|
|
|
<view class="box">
|
|
|
<image class="icon-message" src="../../../../image/common/comment.png"></image>
|
|
|
- <text class="data">99+</text>
|
|
|
+ <text class="data">{{item.video_comment_num >= 99 ? '99+' : item.video_comment_num}}</text>
|
|
|
</view>
|
|
|
<view class="box">
|
|
|
<image class="icon-share" src="../../../../image/common/share.png"></image>
|
|
|
- <text class="data">99+</text>
|
|
|
+ <text class="data">{{item.video_transfer_num >= 99 ? '99+' : item.video_transfer_num}}</text>
|
|
|
</view>
|
|
|
</view>
|