...
|
...
|
@@ -20,6 +20,7 @@ class DetailController extends AbstractAction |
|
|
'navHome' => 'sss ',
|
|
|
'navTitle' => '商品详情TEST'
|
|
|
),
|
|
|
|
|
|
'bannerTop' => array (
|
|
|
'list' => array (
|
|
|
array (
|
...
|
...
|
@@ -65,8 +66,10 @@ SHOE BQT KEN BLOCK', |
|
|
),
|
|
|
'goodsDiscount'=>'【summer final sale】满¥499立享6.8折',
|
|
|
'feedbacks'=>array(
|
|
|
'commentName'=>'商品评价(15)',
|
|
|
'consultName' =>'购买咨询(2)',
|
|
|
'commentsNum'=>2,
|
|
|
'consultsNum'=>10,
|
|
|
'commentName'=>'商品评价',
|
|
|
'consultName' =>'购买咨询',
|
|
|
'moreComments'=>'http://www.baidu.com',
|
|
|
'moreConsults'=>'http://www.baidu.com',
|
|
|
'comments'=>array(
|
...
|
...
|
@@ -230,9 +233,109 @@ SHOE BQT KEN BLOCK', |
|
|
);
|
|
|
|
|
|
$this->_view->assign('title', '商品详情');
|
|
|
//$this->_view->display('brand', compact('brands'));
|
|
|
// $this->_view->display('brand', compact('brands'));
|
|
|
|
|
|
// 渲染模板
|
|
|
$this->_view->display('index', $data);
|
|
|
}
|
|
|
|
|
|
public function commentsAction(){
|
|
|
$data = array(
|
|
|
'goodsCommentsPage' =>true,
|
|
|
'pageHeader' => array (
|
|
|
'navBack' => 'sss ',
|
|
|
// 'navHome' => 'sss ',
|
|
|
'navTitle' => '购买评价(6)'
|
|
|
),
|
|
|
'pageFooter' => true,
|
|
|
'comments'=>array(
|
|
|
'list' =>array(
|
|
|
array(
|
|
|
'userName'=>'Lynnic',
|
|
|
'desc'=>'购买了白色Mate7',
|
|
|
'content'=>'活动时买的,挺超值。上身效果也不错。质量
|
|
|
很好,买送人的,很满意。而且物流相当给...',
|
|
|
'time'=>'2014-08-12 10:24:26'
|
|
|
),
|
|
|
array(
|
|
|
'userName'=>'Lynnic',
|
|
|
'desc'=>'购买了白色Mate7',
|
|
|
'content'=>'活动时买的,挺超值。上身效果也不错。质量
|
|
|
很好,买送人的,很满意。而且物流相当给...',
|
|
|
'time'=>'2014-08-12 10:24:26'
|
|
|
),
|
|
|
array(
|
|
|
'userName'=>'Lynnic',
|
|
|
'desc'=>'购买了白色Mate7',
|
|
|
'content'=>'活动时买的,挺超值。上身效果也不错。质量
|
|
|
很好,买送人的,很满意。而且物流相当给...',
|
|
|
'time'=>'2014-08-12 10:24:26'
|
|
|
)
|
|
|
|
|
|
)
|
|
|
),
|
|
|
);
|
|
|
|
|
|
$this->_view->assign('title', '购买评价');
|
|
|
//$this->_view->display('brand', compact('brands'));
|
|
|
|
|
|
// 渲染模板
|
|
|
$this->_view->display('comments', $data);
|
|
|
}
|
|
|
|
|
|
|
|
|
public function consultsAction(){
|
|
|
$data = array(
|
|
|
'goodsConsultsPage' =>true,
|
|
|
'pageHeader' => array (
|
|
|
'navBack' => 'sss ',
|
|
|
// 'navHome' => 'sss ',
|
|
|
'navTitle' => '购买咨询(6)'
|
|
|
),
|
|
|
'pageFooter' => true,
|
|
|
'consults'=>array(
|
|
|
'list' =>array(
|
|
|
array(
|
|
|
'question' =>'您好 我一米七七 140斤 穿M的行吗',
|
|
|
'time'=>'2014-08-12 10:24:26',
|
|
|
'answer'=>'您好,建议您参考XL的款式,由于版型和个人穿衣风格不同,需要'
|
|
|
),
|
|
|
array(
|
|
|
'question' =>'您好 我一米七七 140斤 穿M的行吗',
|
|
|
'time'=>'2014-08-12 10:24:26',
|
|
|
'answer'=>'您好,建议您参考XL的款式,由于版型和个人穿衣风格不同,需要'
|
|
|
),
|
|
|
array(
|
|
|
'question' =>'您好 我一米七七 140斤 穿M的行吗',
|
|
|
'time'=>'2014-08-12 10:24:26',
|
|
|
'answer'=>'您好,建议您参考XL的款式,由于版型和个人穿衣风格不同,需要'
|
|
|
)
|
|
|
|
|
|
)
|
|
|
),
|
|
|
);
|
|
|
|
|
|
$this->_view->assign('title', '购买咨询');
|
|
|
//$this->_view->display('brand', compact('brands'));
|
|
|
|
|
|
// 渲染模板
|
|
|
$this->_view->display('consults', $data);
|
|
|
}
|
|
|
|
|
|
public function consultformAction(){
|
|
|
$data = array(
|
|
|
'consultform' =>true,
|
|
|
'pageHeader' => array (
|
|
|
'navBack' => 'sss ',
|
|
|
// 'navHome' => 'sss ',
|
|
|
'navTitle' => '我要咨询'
|
|
|
)
|
|
|
);
|
|
|
|
|
|
$this->_view->assign('title', '我要咨询');
|
|
|
//$this->_view->display('brand', compact('brands'));
|
|
|
|
|
|
// 渲染模板
|
|
|
$this->_view->display('consultform', $data);
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|