...
|
...
|
@@ -13,10 +13,6 @@ class DetailController extends AbstractAction |
|
|
*/
|
|
|
public function indexAction()
|
|
|
{
|
|
|
$commentsNum = 0;
|
|
|
$consultsNum = 0;
|
|
|
$nodate =0;
|
|
|
|
|
|
$data = array (
|
|
|
'goodsDetailPage' => true,
|
|
|
'pageHeader' => array (
|
...
|
...
|
@@ -80,12 +76,9 @@ SHOE BQT KEN BLOCK', |
|
|
'feedbacks'=>array(
|
|
|
'commentsNum'=>0,
|
|
|
'consultsNum'=>1,
|
|
|
'nodata' =>0,
|
|
|
'commentName'=>'商品评价',
|
|
|
'consultName' =>'购买咨询',
|
|
|
'moreComments'=>'http://www.baidu.com',
|
|
|
'moreConsults'=>'http://www.baidu.com',
|
|
|
'gotoConsults'=>'http://www.baidu.com',
|
|
|
// 'commentName'=>'商品评价',
|
|
|
// 'consultName' =>'购买咨询',
|
|
|
'link'=>'',
|
|
|
'comments'=>array(
|
|
|
array(
|
|
|
'userName'=>'Lynnic',
|
...
|
...
|
|