wk
2024-06-13 9acf4430b2a93bd6db86908663fc843fce040429
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -166,6 +166,7 @@
                     this.total = this.yyDailyList.reduce((prev, cur) => {
                        return prev + cur.clean;
                     }, 0);
                     console.log(this.total,'total')
                  } else {
                     this.total = 0;
                  }