|
@@ -181,12 +181,12 @@
|
|
|
环比:
|
|
|
<span
|
|
|
:style="
|
|
|
- ratios.timecount_ring > 0
|
|
|
+ ratios.hitcount_ring > 0
|
|
|
? 'color: red'
|
|
|
: 'color: #04c15f'
|
|
|
"
|
|
|
>
|
|
|
- {{ ratios.timecount_ring }}%
|
|
|
+ {{ ratios.hitcount_ring }}%
|
|
|
<van-icon
|
|
|
v-if="ratios.hitcount_change !== '相等'"
|
|
|
name="down"
|