Authored by hf

do modify product detail page call comments list api to old

@@ -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