yangan
2024-06-06 8abf6d2c28987803534316ab4b08033de230811e
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;
                  }