do modify product detail page call comments list api to old
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -90,7 +90,7 @@ class DetailController extends AbstractAction | @@ -90,7 +90,7 @@ class DetailController extends AbstractAction | ||
90 | 'goodsCommentsPage' => true, | 90 | 'goodsCommentsPage' => true, |
91 | 'pageFooter' => true, | 91 | 'pageFooter' => true, |
92 | 'comments' => array( | 92 | 'comments' => array( |
93 | - 'list' => \Product\DetailModel::getConsults($productId), | 93 | + 'list' => \Product\DetailModel::getComments($productId), |
94 | ), | 94 | ), |
95 | ); | 95 | ); |
96 | 96 |
-
Please register or login to post a comment