|
@@ -15,16 +15,18 @@
|
|
|
class="topicItem">总转发量
|
|
|
<text wx:if="{{select == 1}}" class="show">?</text> :
|
|
|
</view>
|
|
|
- <view wx:if="{{headData.live_digg != -1}}" data-introduce="live_digg" bindtap="showDetail" class="topicItem">直播点赞数
|
|
|
+ <view wx:if="{{headData.live_add_fans != -1}}" data-introduce="live_add_fans" bindtap="showDetail" class="topicItem">
|
|
|
+ 新增粉丝数
|
|
|
<text wx:if="{{select == 1}}" class="show">?</text> :
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="topicTable">
|
|
|
<view wx:if="{{headData.total_pv != -1}}" class="topicItem">{{filter.valueFormat(headData.total_pv)}}</view>
|
|
|
<view wx:if="{{headData.total_digg != -1}}" class="topicItem">{{filter.valueFormat(headData.total_digg)}}</view>
|
|
|
- <view wx:if="{{headData.total_comment != -1}}" class="topicItem">{{filter.valueFormat(headData.total_forward)}}
|
|
|
+ <view wx:if="{{headData.total_comment != -1}}" class="topicItem">
|
|
|
+ {{filter.valueFormat(headData.total_forward)}}
|
|
|
</view>
|
|
|
- <view wx:if="{{headData.live_digg != -1}}" class="topicItem">{{filter.valueFormat(headData.live_digg)}}</view>
|
|
|
+ <view wx:if="{{headData.live_add_fans != -1}}" class="topicItem">{{filter.valueFormat(headData.live_add_fans)}}</view>
|
|
|
</view>
|
|
|
<view class="topicTable title">
|
|
|
<view wx:if="{{headData.total_ori != -1}}" data-introduce="total_ori" bindtap="showDetail"
|
|
@@ -37,7 +39,7 @@
|
|
|
<view wx:if="{{headData.live_uv != -1}}" data-introduce="live_uv" bindtap="showDetail">直播观看人数 <text
|
|
|
wx:if="{{select == 1}}" class="show">?</text> :</view>
|
|
|
</view>
|
|
|
- <view wx:if="{{headData.live_digg != -1}}" data-introduce="live_digg" bindtap="showDetail" class="topicItem">直播评论数
|
|
|
+ <view wx:if="{{headData.live_comment != -1}}" data-introduce="live_comment" bindtap="showDetail" class="topicItem">直播评论数
|
|
|
<text wx:if="{{select == 1}}" class="show">?</text> :
|
|
|
</view>
|
|
|
</view>
|
|
@@ -48,7 +50,7 @@
|
|
|
<view class="topicItem">
|
|
|
<view wx:if="{{headData.live_uv != -1}}">{{filter.valueFormat(headData.live_uv)}}</view>
|
|
|
</view>
|
|
|
- <view wx:if="{{headData.live_digg != -1}}" class="topicItem">{{filter.valueFormat(headData.live_comment)}}
|
|
|
+ <view wx:if="{{headData.live_comment != -1}}" class="topicItem">{{filter.valueFormat(headData.live_comment)}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|