weirenchun 1 year ago
parent
commit
ce30fc290a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/components/center1.vue

+ 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()
         }
       })
     }