|
|
|
@ -42,8 +42,8 @@
|
|
|
|
|
|
|
|
|
|
<view class="top_box">
|
|
|
|
|
<view class="top-title">
|
|
|
|
|
<view style="width: 45%;">品牌传播TOP媒体</view>
|
|
|
|
|
<view style="width:50%;margin-right: 32rpx;">
|
|
|
|
|
<view style="width: 50%;margin-left: 5px;">品牌传播TOP媒体</view>
|
|
|
|
|
<view style="width:55%;">
|
|
|
|
|
<van-tabs type="card" active="{{ topActive }}" color="#BBBBBB" bind:change="changeModalHot">
|
|
|
|
|
<van-tab title="组一"></van-tab>
|
|
|
|
|
<van-tab title="组二" wx:if="{{brandTopData.length>2}}"></van-tab>
|
|
|
|
@ -55,9 +55,9 @@
|
|
|
|
|
<view style="font-size:32rpx;margin-left:30rpx;">{{brandTop[0].key}}</view>
|
|
|
|
|
<view class="rank_list">
|
|
|
|
|
<view class="ranking">
|
|
|
|
|
<view style="width: 33%;">排名</view>
|
|
|
|
|
<view style="width: 33%;">媒体</view>
|
|
|
|
|
<view style="width: 33%;text-align: center;">传播量</view>
|
|
|
|
|
<view style="width: 30%;">排名</view>
|
|
|
|
|
<view style="width: 30%;">媒体</view>
|
|
|
|
|
<view style="width: 30%;text-align: center;">传播量</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="ranking_cell" wx:for="{{brandTop[0].value}}" wx:for-item="item" wx:if="{{index>=0 && index<=4}}" wx:key="V">
|
|
|
|
|
<view wx:if="{{index==0}}" style="width: 33%;">
|
|
|
|
|