|
|
@ -305,7 +305,7 @@ |
|
|
|
<div class="item-per"> |
|
|
|
<span>较上一年</span> |
|
|
|
<img |
|
|
|
v-if="item.isTop" |
|
|
|
v-if="item.growth > 0" |
|
|
|
src="~@/assets/images/shuju/renfang/index/up.png" |
|
|
|
/> |
|
|
|
<img |
|
|
@ -757,7 +757,7 @@ export default { |
|
|
|
(100 * item.categoryCount) / data.resiCount |
|
|
|
), |
|
|
|
// per: item.change_ratio, |
|
|
|
growth: item.change_ratio, |
|
|
|
growth: item.categoryCountNext - item.categoryCount, |
|
|
|
growthAbs: Math.abs(item.categoryCountNext - item.categoryCount) |
|
|
|
}; |
|
|
|
}); |
|
|
|