|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<view class="tb-content" wx:if="{{tabActive == 0}}">
|
|
|
|
|
<view class="tb-item">
|
|
|
|
|
<view class="tb-chart-title">总声量趋势</view>
|
|
|
|
|
<view class="tb-chart-item" style="width: 110%;">
|
|
|
|
|
<view class="tb-chart-item" style="width: 100%;margin-left: -36rpx;">
|
|
|
|
|
<c-echars showChart="{{showChart}}" canvasId="yqTrans-canvas" chartId="yqTransLine" chartOption="{{totalVolume}}" height="100%"></c-echars>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
@ -232,19 +232,19 @@
|
|
|
|
|
<view style="width: 20%">
|
|
|
|
|
<view class="textGray">粉丝数>1000w</view>
|
|
|
|
|
<view class="text-black" style="margin-top: 24rpx;">{{rowData[0][bigvActive+1]}}</view>
|
|
|
|
|
<view class="textGray" style="margin-top: 24rpx;">粉丝数>50w</view>
|
|
|
|
|
<view class="textGray" style="margin-top: 24rpx;">粉丝数 >50w</view>
|
|
|
|
|
<view class="text-black" style="margin-top: 24rpx;">{{rowData[3][bigvActive+1]}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="width: 20%">
|
|
|
|
|
<view class="textGray">粉丝数>500w</view>
|
|
|
|
|
<view class="text-black" style="margin-top: 24rpx;">{{rowData[1][bigvActive+1]}}</view>
|
|
|
|
|
<view class="textGray" style="margin-top: 24rpx;">粉丝数>20w</view>
|
|
|
|
|
<view class="textGray" style="margin-top: 24rpx;">粉丝数 >20w</view>
|
|
|
|
|
<view class="text-black" style="margin-top: 24rpx;">{{rowData[4][bigvActive+1]}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="width: 20%">
|
|
|
|
|
<view class="textGray">粉丝数>100w</view>
|
|
|
|
|
<view class="text-black" style="margin-top: 24rpx;">{{rowData[2][bigvActive+1]}}</view>
|
|
|
|
|
<view class="textGray" style="margin-top: 24rpx;">粉丝数>10w</view>
|
|
|
|
|
<view class="textGray" style="margin-top: 24rpx;">粉丝数 >10w</view>
|
|
|
|
|
<view class="text-black" style="margin-top: 24rpx;">{{rowData[5][bigvActive+1]}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|