...
|
...
|
@@ -16,381 +16,50 @@ class DetailController extends AbstractAction |
|
|
*/
|
|
|
public function indexAction()
|
|
|
{
|
|
|
$productId = $this->param('productId', 123);
|
|
|
$goodsId = $this->param('goodsId', 3241);
|
|
|
$productId = $this->param('productId');
|
|
|
$productId = 22399;
|
|
|
if (!is_numeric($productId)) {
|
|
|
$this->error();
|
|
|
}
|
|
|
$goodsId = $this->param('goodsId');
|
|
|
$goodsId = 32443;
|
|
|
if (!is_numeric($goodsId)) {
|
|
|
$this->error();
|
|
|
}
|
|
|
$uid = $this->getUid();
|
|
|
|
|
|
$data = \Product\DetailModel::getBaseInfo($productId, $goodsId, $uid);
|
|
|
if (array() === $data) {
|
|
|
$this->error();
|
|
|
}
|
|
|
$data['goodsDetailPage'] = true;
|
|
|
|
|
|
if (isset($data['goodsName'])) {
|
|
|
$this->setTitle($data['goodsName']);
|
|
|
}
|
|
|
$this->setNavHeader('商品详情');
|
|
|
|
|
|
// $data = \Product\DetailModel::getBaseInfo($productId, $goodsId, $uid);
|
|
|
// $data['goodsDetailPage'] = true;
|
|
|
|
|
|
// if (isset($data['goodsName'])) {
|
|
|
// $this->setTitle($data['goodsName']);
|
|
|
// }
|
|
|
// $this->setNavHeader('商品详情');
|
|
|
|
|
|
$data = array (
|
|
|
'goodsDetailPage' => true,
|
|
|
'pageHeader' => array (
|
|
|
'navBack' => 'sss ',
|
|
|
'navHome' => 'sss ',
|
|
|
'navTitle' => '商品详情TEST'
|
|
|
),
|
|
|
|
|
|
'bannerTop' => array (
|
|
|
'list' => array (
|
|
|
array (
|
|
|
'url' => '',
|
|
|
'img' => 'http://img13.static.yhbimg.com/goodsimg/2015/10/18/03/0250c3935f86dbd2baa7d45603d19fd637.jpg?imageMogr2/thumbnail/450x600/extent/450x600/background/d2hpdGU=/position/center/quality/90'
|
|
|
),
|
|
|
array (
|
|
|
'url' => '',
|
|
|
'img' => 'http://img11.static.yhbimg.com/goodsimg/2015/10/12/03/01bf4cf4444035a1930d33a9d0f8bff4fa.jpg?imageMogr2/thumbnail/450x600/extent/450x600/background/d2hpdGU=/position/center/quality/90'
|
|
|
),
|
|
|
array (
|
|
|
'url' => '',
|
|
|
'img' => 'http://img11.static.yhbimg.com/goodsimg/2015/10/12/03/01d7ef2f624eeea15e80bb374607aea317.jpg?imageMogr2/thumbnail/450x600/extent/450x600/background/d2hpdGU=/position/center/quality/90'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
'goodsName' => 'Stussy No. 4 BOX TEE DC SPAR HIGH WC
|
|
|
SHOE BQT KEN BLOCK',
|
|
|
'goodsSubtitle'=>'【全民拼抢购】经典印花T恤,满4件免一件!全场低至
|
|
|
9.9元,拼购时代High起来。',
|
|
|
|
|
|
'goodsPrice' =>array(
|
|
|
'currentPrice'=>'¥298.00',
|
|
|
'previousPrice'=>'¥598.00'
|
|
|
),
|
|
|
'periodOfMarket'=>'11月',
|
|
|
'goodsTitle' => '¥298.00',
|
|
|
'vipLevel' => array (
|
|
|
'list' => array (
|
|
|
array (
|
|
|
'img'=>'http://static.dev.yohobuy.com/img/product/silver.png',
|
|
|
'text' => '¥284.00'
|
|
|
),
|
|
|
array (
|
|
|
'img'=>'http://static.dev.yohobuy.com/img/product/golden.png',
|
|
|
'text' => '¥269.00'
|
|
|
),
|
|
|
array (
|
|
|
'img'=>'http://static.dev.yohobuy.com/img/product/platinum.png',
|
|
|
'text' => '¥263.00'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
'goodsDiscount'=>array(
|
|
|
'list'=>array(
|
|
|
array(
|
|
|
'text' =>' 【summer final sale】满¥499立享6.8折'
|
|
|
),
|
|
|
array(
|
|
|
'text' =>' 【BACK TO SCHOOL】满¥499赠送Paul
|
|
|
Franke帽子一个,多买多送!'
|
|
|
),
|
|
|
array(
|
|
|
'text' =>' 【BACK TO SCHOOL】满¥499赠送Paul
|
|
|
Franke帽子一个,多买多送!'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
'feedbacks'=>array(
|
|
|
'commentsNum'=>0,
|
|
|
'consultsNum'=>1,
|
|
|
// 'commentName'=>'商品评价',
|
|
|
// 'consultName' =>'购买咨询',
|
|
|
'link'=>'',
|
|
|
'comments'=>array(
|
|
|
array(
|
|
|
'userName'=>'Lynnic',
|
|
|
'desc'=>'购买了白色Mate7',
|
|
|
'content'=>'活动时买的,挺超值。上身效果也不错。质量
|
|
|
很好,买送人的,很满意。而且物流相当给...',
|
|
|
'time'=>'2014-08-12 10:24:26'
|
|
|
)
|
|
|
),
|
|
|
'consults'=>array(
|
|
|
array(
|
|
|
'question' =>'您好 我一米七七 140斤 穿M的行吗',
|
|
|
'time'=>'2014-08-12 10:24:26',
|
|
|
'answer'=>'您好,建议您参考XL的款式,由于版型和个人穿衣风格不同,需要'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'enterStore'=>array(
|
|
|
'img'=>'http://static.dev.yohobuy.com/img/product/store.png',
|
|
|
'storeName'=>'Stussy',
|
|
|
'url'=>'http://stussy.m.yohobuy.com/'
|
|
|
),
|
|
|
|
|
|
'goodsDescription'=>array(
|
|
|
'title' =>'商品描述',
|
|
|
'enTitle'=>'DESCRIPTON',
|
|
|
|
|
|
'detail'=>array(
|
|
|
'list' =>array(
|
|
|
array(
|
|
|
'param'=>'编号:100101'
|
|
|
),
|
|
|
array(
|
|
|
'param'=>'编号:100101'
|
|
|
),
|
|
|
array(
|
|
|
'param'=>'编号:100101'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'desc'=>'fafdfa'
|
|
|
),
|
|
|
|
|
|
'sizeInfo'=>array(
|
|
|
'title' => '尺码信息',
|
|
|
'enTitle' =>'xSIZE INFO',
|
|
|
|
|
|
'detail' =>array(
|
|
|
'list'=>array(
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'M'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XL'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'43'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'46'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'102'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'107'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'11'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'22'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'bb'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'cc'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'kk'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'bb'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'measurementMethod'=>array(
|
|
|
'title' => '测量方式',
|
|
|
'enTitle' =>'MEASUREMENT METHOD',
|
|
|
'img'=>'http://static.yohobuy.com/images/1.jpg'
|
|
|
),
|
|
|
|
|
|
'reference' => array(
|
|
|
'title' => '模特试穿',
|
|
|
'enTitle' =>'REFERENCE',
|
|
|
|
|
|
'detail' =>array(
|
|
|
'list'=>array(
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'M'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'http://static.dev.yohobuy.com/img/product/avatar1.png'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'http://static.dev.yohobuy.com/img/product/avatar2.png'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'模特'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'Oliver'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'http://static.dev.yohobuy.com/img/product/avatar2.png'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'102'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'107'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'11'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'22'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'bb'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'cc'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'params'=>array(
|
|
|
array(
|
|
|
'param' =>'kk'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'bb'
|
|
|
),
|
|
|
array(
|
|
|
'param' =>'XXL'
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'materials' => array(
|
|
|
'title' => '商品材质',
|
|
|
'enTitle' =>'MATERIALS',
|
|
|
'list' => array(
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/material.png',
|
|
|
'desc' =>'用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。'
|
|
|
),
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/material.png',
|
|
|
'desc' =>'用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。'
|
|
|
)
|
|
|
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'washTips' => array(
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/washtips/washtip-1.png',
|
|
|
'caption'=>'不可干燥不可干洗'
|
|
|
),
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/washtips/washtip-1.png',
|
|
|
'caption'=>'不可干燥不可干洗'
|
|
|
),
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/washtips/washtip-1.png',
|
|
|
'caption'=>'不可干燥不可干洗'
|
|
|
),
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/washtips/washtip-1.png',
|
|
|
'caption'=>'不可干燥不可干洗'
|
|
|
),
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/washtips/washtip-1.png',
|
|
|
'caption'=>'不可干燥不可干洗'
|
|
|
),
|
|
|
array(
|
|
|
'img' => 'http://static.dev.yohobuy.com/img/product/washtips/washtip-1.png',
|
|
|
'caption'=>'不可干燥不可干洗'
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'productDetail' =>array(
|
|
|
'title' => '商品详情',
|
|
|
'enTitle' =>'DETAILS',
|
|
|
'desc' => 'Married to the MOB是由Leah McSweeney创立的女装品牌,一向标榜不羁、大胆的女性streetwear设计。喜欢恶搞的女生们,赶紧入手吧。',
|
|
|
'list' => array (
|
|
|
array('img' =>'http://static.dev.yohobuy.com/img/product/product.png'),
|
|
|
array('img' =>'http://static.dev.yohobuy.com/img/product/product.png')
|
|
|
)
|
|
|
),
|
|
|
|
|
|
'cartInfo' =>array(
|
|
|
'numInCart' => 3,
|
|
|
'goodsInstore'=>0
|
|
|
)
|
|
|
|
|
|
);
|
|
|
// 渲染模板
|
|
|
$this->_view->display('index', $data);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 尺码描述信息
|
|
|
*/
|
|
|
public function introAction()
|
|
|
{
|
|
|
$productSkn = $this->param('productSkn');
|
|
|
if (!is_numeric($productSkn)) {
|
|
|
$this->error();
|
|
|
}
|
|
|
$data = \Product\DetailModel::getSizeInfo($productSkn);
|
|
|
if (array() === $data) {
|
|
|
echo ' ';
|
|
|
exit();
|
|
|
}
|
|
|
$this->_view->display('intro', $data);
|
|
|
}
|
|
|
|
|
|
|
|
|
public function commentsAction()
|
|
|
{
|
...
|
...
|
|