Authored by 郭成尧

'咨询常见问题'

@@ -616,11 +616,11 @@ let getProductData = (data) => { @@ -616,11 +616,11 @@ let getProductData = (data) => {
616 } 616 }
617 617
618 if (info[4]) { 618 if (info[4]) {
619 - finalResult.feedbacks.consultsNum = parseInt(info[4].total, 10); 619 + finalResult.feedbacks.consultsNum = parseInt(info[4].total, 10);
620 620
621 Object.assign(finalResult.feedbacks, { 621 Object.assign(finalResult.feedbacks, {
622 commonConsults: false, 622 commonConsults: false,
623 - consultsNum: parseInt(info[4].total, 10), 623 + consultsNum: parseInt(info[4].total, 10),
624 consults: _.take(info[4].list, 2) 624 consults: _.take(info[4].list, 2)
625 }); 625 });
626 } 626 }