Ver código fonte

更新内容修改

= 5 anos atrás
pai
commit
b854483491
1 arquivos alterados com 6 adições e 2 exclusões
  1. 6 2
      statement-pc/src/views/dashboard/index.vue

+ 6 - 2
statement-pc/src/views/dashboard/index.vue

@@ -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;