|
@@ -4,7 +4,7 @@
|
|
<view class="wH-left">
|
|
<view class="wH-left">
|
|
<image src="{{videoInfoCopy.user.avatar}}" class="avatar" mode="" />
|
|
<image src="{{videoInfoCopy.user.avatar}}" class="avatar" mode="" />
|
|
<view class="wH-left-user">
|
|
<view class="wH-left-user">
|
|
- <view class="nickname textOver">{{videoInfoCopy.user.nickName}}</view>
|
|
|
|
|
|
+ <view class="nickname textOver">{{videoInfoCopy.user.nickName||videoInfoCopy.user.eid}}</view>
|
|
<view class="time">{{videoInfoCopy.userRead.day}}</view>
|
|
<view class="time">{{videoInfoCopy.userRead.day}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -32,6 +32,11 @@
|
|
<text class="text">{{videoInfoCopy.isFans?'已关注':'关注'}}</text>
|
|
<text class="text">{{videoInfoCopy.isFans?'已关注':'关注'}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="wH-right" wx:elif="{{videoType=='pk'}}">
|
|
|
|
+ <view class="pkNum">
|
|
|
|
+ {{videoInfoCopy.userRead.score||'暂无评'}}分
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="workContent">
|
|
<view class="workContent">
|
|
<!-- 审核中遮罩 -->
|
|
<!-- 审核中遮罩 -->
|
|
@@ -56,10 +61,10 @@
|
|
<image src="/static/share.png" mode="" class="icon" />
|
|
<image src="/static/share.png" mode="" class="icon" />
|
|
<view class="icon-name">分享</view>
|
|
<view class="icon-name">分享</view>
|
|
</button>
|
|
</button>
|
|
- <view class="mangeL-box">
|
|
|
|
|
|
+ <view class="mangeL-box" bindtap="collect">
|
|
<image src="{{videoInfoCopy.isFavorites ? '/static/star_colored.png' : '/static/star.png'}}" mode=""
|
|
<image src="{{videoInfoCopy.isFavorites ? '/static/star_colored.png' : '/static/star.png'}}" mode=""
|
|
class="icon" />
|
|
class="icon" />
|
|
- <view class="icon-name">{{item.isFavorites?'已收藏':'收藏'}}</view>
|
|
|
|
|
|
+ <view class="icon-name">{{videoInfoCopy.isFavorites?'已收藏':'收藏'}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="mangeL-box" bindtap="openComment">
|
|
<view class="mangeL-box" bindtap="openComment">
|
|
<image src="/static/comment.png" mode="" class="icon" />
|
|
<image src="/static/comment.png" mode="" class="icon" />
|
|
@@ -71,7 +76,7 @@
|
|
<view class="icon-name">{{filters.numFilter(videoInfoCopy.userRead.likeAmount)}}</view>
|
|
<view class="icon-name">{{filters.numFilter(videoInfoCopy.userRead.likeAmount)}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="toReading">
|
|
|
|
|
|
+ <view class="toReading" bindtap="toPkPage">
|
|
<image src="/static/reading.png" class="reading" mode="" />
|
|
<image src="/static/reading.png" class="reading" mode="" />
|
|
<view class="reading-text">挑战PK</view>
|
|
<view class="reading-text">挑战PK</view>
|
|
</view>
|
|
</view>
|