|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
<view class="kol-content">
|
|
|
|
|
<view class="kol-item" style="background: #FFF0F1;" wx:for="{{kolDataMedia}}" wx:key="index" wx:if="{{index<3}}">
|
|
|
|
|
<!-- <image style="width: 64rpx;height: 64rpx;margin-top: 20rpx;" src="{{item._source.profileimgurl}}" /> -->
|
|
|
|
|
<view class="kol-user-name">{{item.name}}</view>
|
|
|
|
|
<view class="kol-user-name" style="margin-top: 25%">{{item.name}}</view>
|
|
|
|
|
<view style="display: flex;justify-content: space-between;padding: 24rpx 24rpx 0rpx 24rpx">
|
|
|
|
|
<view class="kol-value">传播值</view>
|
|
|
|
|
<view class="kol-value-number">{{item.value}}</view>
|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
|
<view class="kol-content">
|
|
|
|
|
<view class="kol-item" style="background: #FFF0F1;" wx:for="{{kolDataMedia}}" wx:key="index" wx:if="{{index>=3&&index<6}}">
|
|
|
|
|
<!-- <image style="width: 64rpx;height: 64rpx;margin-top: 20rpx;" src="{{item._source.profileimgurl}}" /> -->
|
|
|
|
|
<view class="kol-user-name">{{item.name}}</view>
|
|
|
|
|
<view class="kol-user-name" style="margin-top: 25%">{{item.name}}</view>
|
|
|
|
|
<view style="display: flex;justify-content: space-between;padding: 24rpx 24rpx 0rpx 24rpx">
|
|
|
|
|
<view class="kol-value">传播值</view>
|
|
|
|
|
<view class="kol-value-number">{{item.value}}</view>
|
|
|
|
@ -96,7 +96,7 @@
|
|
|
|
|
<view class="kol-content">
|
|
|
|
|
<view class="kol-item" style="background: #FFF0F1;" wx:for="{{kolDataMedia}}" wx:key="index" wx:if="{{index>=6&&index<9}}">
|
|
|
|
|
<!-- <image style="width: 64rpx;height: 64rpx;margin-top: 20rpx;" src="{{item._source.profileimgurl}}" /> -->
|
|
|
|
|
<view class="kol-user-name">{{item.name}}</view>
|
|
|
|
|
<view class="kol-user-name" style="margin-top: 25%">{{item.name}}</view>
|
|
|
|
|
<view style="display: flex;justify-content: space-between;padding: 24rpx 24rpx 0rpx 24rpx">
|
|
|
|
|
<view class="kol-value">传播值</view>
|
|
|
|
|
<view class="kol-value-number">{{item.value}}</view>
|
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
<view class="circle-data">
|
|
|
|
|
<view wx:for="{{affPercentData}}" wx:for-item="item" wx:key="name" style="margin-bottom: 64rpx;display: flex;justify-content: space-between;">
|
|
|
|
|
<view class="circle-data-item">
|
|
|
|
|
<view style="width: 10px;height: 10px;background: #0084FF;border-radius: 1px;"></view>
|
|
|
|
|
<view class="colorTags" style="{{pieColor[index]}}"></view>
|
|
|
|
|
<view class="circle-data-title">{{item.name}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="circle-data-item">
|
|
|
|
@ -175,7 +175,7 @@
|
|
|
|
|
<scroll-view class="circle-data" scroll-y>
|
|
|
|
|
<view wx:for="{{themeUserData}}" wx:for-item="item" wx:key="name" style="margin-bottom: 64rpx;display: flex;justify-content: flex-start;">
|
|
|
|
|
<view class="circle-data-item">
|
|
|
|
|
<view style="width: 10px;height: 10px;background: #0084FF;border-radius: 1px;"></view>
|
|
|
|
|
<view class="colorTags" style="{{pieColor[index]}}"></view>
|
|
|
|
|
<view class="circle-data-title">{{item.name}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="circle-data-item">
|
|
|
|
@ -259,7 +259,7 @@
|
|
|
|
|
<view class="circle-data">
|
|
|
|
|
<view wx:for="{{affWeiboPercentData}}" wx:for-item="item" wx:key="name" style="margin-bottom: 64rpx;display: flex;justify-content: space-between;">
|
|
|
|
|
<view class="circle-data-item">
|
|
|
|
|
<view style="width: 10px;height: 10px;background: #0084FF;border-radius: 1px;"></view>
|
|
|
|
|
<view class="colorTags" style="{{pieColor[index]}}"></view>
|
|
|
|
|
<view class="circle-data-title">{{item.name}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="circle-data-item">
|
|
|
|
|