|
@@ -15,7 +15,8 @@
|
|
|
class="topicItem">总转发量
|
|
|
<text wx:if="{{select == 1}}" class="show">?</text> :
|
|
|
</view>
|
|
|
- <view wx:if="{{headData.live_add_fans != -1}}" data-introduce="live_add_fans" 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>
|
|
@@ -26,7 +27,8 @@
|
|
|
<view wx:if="{{headData.total_comment != -1}}" class="topicItem">
|
|
|
{{filter.valueFormat(headData.total_forward)}}
|
|
|
</view>
|
|
|
- <view wx:if="{{headData.live_add_fans != -1}}" class="topicItem">{{filter.valueFormat(headData.live_add_fans)}}</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"
|
|
@@ -39,7 +41,8 @@
|
|
|
<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_comment != -1}}" data-introduce="live_comment" 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>
|
|
@@ -57,7 +60,7 @@
|
|
|
|
|
|
<view class="pKvm">
|
|
|
<view class="kvm" bindtap="toLive" wx:if="{{headData.has_live_douyin_data || headData.has_live_kuaishou_data}}">
|
|
|
- <view class="kvmText" style="line-height: 3.5em;padding: 0" >直播</view>
|
|
|
+ <view class="kvmText" style="line-height: 3.5em;padding: 0">直播</view>
|
|
|
</view>
|
|
|
<view class="kvm" bindtap="toSecond" wx:if="{{sonList && sonList.length}}">
|
|
|
<view class="kvmText">二次传播</view>
|
|
@@ -67,7 +70,7 @@
|
|
|
<view class="localCells">平台对比</view>
|
|
|
<!-- <chart list="{{contrast}}" id="{{'id' + 1}}" canvasId="{{'canvasId' + 1}}" wx:if="{{contrast && contrast.length}}"
|
|
|
yType="total_pv" xType="platform" /> -->
|
|
|
- <pie id="pie001" wx:if="{{contrast.length}}" canvasId="pie002" list="{{contrast}}" />
|
|
|
+ <pie id="pie001" wx:if="{{contrast.length}}" canvasId="pie002" list="{{contrast}}" />
|
|
|
</view>
|
|
|
<view class="itemView" wx:if="{{all.length}}">
|
|
|
<view class="localCells">账号排名</view>
|
|
@@ -75,12 +78,12 @@
|
|
|
btnList="{{[{name:'点赞', type:'digg_count'},{name:'评论', type:'comment_count'},{name:'转发', type:'forward_count'}]}}"
|
|
|
list="{{all}}" yType="digg_count" xType="nickname" />
|
|
|
</view>
|
|
|
- <view class="itemView" style="padding: 0" wx:if="{{!!imgURL}}">
|
|
|
+ <view class="itemView" wx:if="{{!!imgURL}}">
|
|
|
<view class="localCells" style="padding: 5px 10px;">词云</view>
|
|
|
- <image bindload="imgLoad"
|
|
|
- style="{{'display: block;width: 100%;max-width: 441px;margin:0 auto;height:'+ height + 'px'}}" src="{{imgURL}}" />
|
|
|
- <!-- <wordCloud wordsCloud="{{wordList}}" yType="value" xType="name" /> -->
|
|
|
</view>
|
|
|
+ <image bindload="imgLoad" wx:if="{{!!imgURL}}"
|
|
|
+ style="{{'display: block;width: 100%;max-width: 441px;margin:0 auto;height:'+ height + 'px'}}" src="{{imgURL}}" />
|
|
|
+ <!-- <wordCloud wordsCloud="{{wordList}}" yType="value" xType="name" /> -->
|
|
|
<view class="itemView" wx:if="{{douyin.length}}">
|
|
|
<view class="localCells">抖音-评论排行</view>
|
|
|
<chart id="{{'id' + 3}}" canvasId="{{'canvasId' + 3}}" list="{{douyin}}" wx:if="{{douyin && douyin.length}}"
|
|
@@ -154,8 +157,7 @@
|
|
|
</cover-view>
|
|
|
</cover-view>
|
|
|
<cover-view class="local_dialog_body">
|
|
|
- <cover-view
|
|
|
- style="padding-right:5px;white-space:pre-wrap;line-height: 1.5em;width:490rpx;margin: 0 auto;">
|
|
|
+ <cover-view style="padding-right:5px;white-space:pre-wrap;line-height: 1.5em;width:490rpx;margin: 0 auto;">
|
|
|
{{detail}}
|
|
|
</cover-view>
|
|
|
</cover-view>
|