weirenchun 1 жил өмнө
parent
commit
ce30fc290a

+ 1 - 1
src/views/home/components/center1.vue

@@ -73,7 +73,7 @@ export default {
               this.todayWt = item.number
             }
           })
-          this.allCount = (this.bizCount + this.yunCount).toString()
+          this.allCount = (this.bizCount + this.yunCount + this.wt).toString()
         }
       })
     }