|
@@ -151,11 +151,11 @@
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
收视总时长:
|
|
收视总时长:
|
|
</van-col>
|
|
</van-col>
|
|
- <van-col span="5" class="td">
|
|
|
|
|
|
+ <van-col span="7" class="td">
|
|
{{ ratios.timecount }}小时
|
|
{{ ratios.timecount }}小时
|
|
</van-col>
|
|
</van-col>
|
|
<van-col
|
|
<van-col
|
|
- span="12"
|
|
|
|
|
|
+ span="10"
|
|
class="td"
|
|
class="td"
|
|
:style="
|
|
:style="
|
|
ratios.timecount_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
ratios.timecount_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
@@ -166,11 +166,11 @@
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
收视总次数:
|
|
收视总次数:
|
|
</van-col>
|
|
</van-col>
|
|
- <van-col span="5" class="td">
|
|
|
|
|
|
+ <van-col span="7" class="td">
|
|
{{ ratios.hitcount }}
|
|
{{ ratios.hitcount }}
|
|
</van-col>
|
|
</van-col>
|
|
<van-col
|
|
<van-col
|
|
- span="12"
|
|
|
|
|
|
+ span="10"
|
|
class="td"
|
|
class="td"
|
|
:style="
|
|
:style="
|
|
ratios.hitcount_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
ratios.hitcount_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
@@ -182,11 +182,11 @@
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
周活跃户数:
|
|
周活跃户数:
|
|
</van-col>
|
|
</van-col>
|
|
- <van-col span="5" class="td">
|
|
|
|
|
|
+ <van-col span="7" class="td">
|
|
{{ ratios.usrcount }}
|
|
{{ ratios.usrcount }}
|
|
</van-col>
|
|
</van-col>
|
|
<van-col
|
|
<van-col
|
|
- span="12"
|
|
|
|
|
|
+ span="10"
|
|
class="td"
|
|
class="td"
|
|
:style="
|
|
:style="
|
|
ratios.usrcount_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
ratios.usrcount_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
@@ -198,11 +198,11 @@
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
<van-col span="7" class="td" style="text-align: right">
|
|
周接触频次:
|
|
周接触频次:
|
|
</van-col>
|
|
</van-col>
|
|
- <van-col span="5" class="td">
|
|
|
|
|
|
+ <van-col span="7" class="td">
|
|
{{ formatType1(ratios.touchfreq, 2) }}次
|
|
{{ formatType1(ratios.touchfreq, 2) }}次
|
|
</van-col>
|
|
</van-col>
|
|
<van-col
|
|
<van-col
|
|
- span="12"
|
|
|
|
|
|
+ span="10"
|
|
class="td"
|
|
class="td"
|
|
:style="
|
|
:style="
|
|
ratios.touchfreq_ring > 0 ? 'color: red' : 'color: #04c15f'
|
|
ratios.touchfreq_ring > 0 ? 'color: red' : 'color: #04c15f'
|