|
|
@@ -13,12 +13,16 @@
|
|
|
<p class="d5cA-table__projectPrice">
|
|
|
订单总额
|
|
|
<span>
|
|
|
- <count-to :startVal="0" :endVal="homeData.total_project" :duration="3000" :decimals="2"></count-to>
|
|
|
+ <count-to :startVal="0" :endVal="homeData.total_order" :duration="3000" :decimals="2"></count-to>
|
|
|
</span>
|
|
|
元
|
|
|
</p>
|
|
|
<div class="d5cA-table__people">
|
|
|
<div class="wid borderRight">
|
|
|
+ <p>总粉丝数量(人)</p>
|
|
|
+ <h3><count-to :startVal="0" :endVal="homeData.platform_total_fans" :duration="2000"></count-to></h3>
|
|
|
+ </div>
|
|
|
+ <div class="wid borderRight">
|
|
|
<p>总群主数量(人)</p>
|
|
|
<h3><count-to :startVal="0" :endVal="homeData.total_load1" :duration="2000"></count-to></h3>
|
|
|
</div>
|
|
|
@@ -186,7 +190,7 @@ export default {
|
|
|
margin-top: 40px;
|
|
|
.wid {
|
|
|
float: left;
|
|
|
- width: 33.33%;
|
|
|
+ width: 25%;
|
|
|
height: 114px;
|
|
|
text-align: center;
|
|
|
font-size: 16px;
|