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