...
|
...
|
@@ -46,114 +46,23 @@ class HomeController extends AbstractAction |
|
|
* 用户收藏的商品
|
|
|
*/
|
|
|
public function favoriteAction() {
|
|
|
// 设置网站标题
|
|
|
$this->setTitle('我的收藏');
|
|
|
$this->setNavHeader('我的收藏', true, SITE_MAIN);
|
|
|
|
|
|
$uid = $this->getUid();
|
|
|
$uid = 8826435;
|
|
|
$gender = Helpers::getGenderByCookie();
|
|
|
|
|
|
$favProducts = \Index\UserModel::getFavProductData($uid);
|
|
|
|
|
|
//print_r($favProducts);
|
|
|
$favBrands = \Index\UserModel::getFavBrandData($uid, $gender);
|
|
|
|
|
|
$this->_view->display('favorite', array(
|
|
|
'favPage' => true, //加载js
|
|
|
'pageHeader' => array(
|
|
|
'navBack' => true,
|
|
|
'navTitle' => '我的收藏',
|
|
|
'navHome' => true
|
|
|
),
|
|
|
'pageFooter' => true,
|
|
|
'favorite' => true,
|
|
|
'hasFavProduct' => array(
|
|
|
'0' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'title' => 'adidas Originals ZX FLUXM22508 ',
|
|
|
'price' => '¥800',
|
|
|
'discountPrice' => false,
|
|
|
'savePrice' => false,
|
|
|
'sellOut' => true
|
|
|
),
|
|
|
'1' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'title' => 'adidas Originals ZX FLUXM22508 ',
|
|
|
'price' => '¥800',
|
|
|
'discountPrice' => '¥500',
|
|
|
'savePrice' => '¥300',
|
|
|
'sellOut' => false
|
|
|
)
|
|
|
),
|
|
|
'hasFavBrand' => array(
|
|
|
'0' => array(
|
|
|
'id' => '1',
|
|
|
'brandImg' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'brandName' => 'VANS',
|
|
|
'update' => 12,
|
|
|
'discount' => 10,
|
|
|
'link' => '#',
|
|
|
'productList' => array(
|
|
|
'0' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
),
|
|
|
'1' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
),
|
|
|
'2' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
),
|
|
|
'3' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
'1' => array(
|
|
|
'id' => '2',
|
|
|
'brandImg' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'brandName' => 'VANS',
|
|
|
'update' => 12,
|
|
|
'discount' => 10,
|
|
|
'link' => '#',
|
|
|
'productList' => array(
|
|
|
'0' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
),
|
|
|
'1' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
),
|
|
|
'2' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
),
|
|
|
'3' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => '¥240'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
'2' => array(
|
|
|
'id' => '3',
|
|
|
'brandImg' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'brandName' => 'VANS',
|
|
|
'update' => 12,
|
|
|
'discount' => 10,
|
|
|
'link' => '#',
|
|
|
'productList' => array(
|
|
|
'imgUrl' => 'http://img11.static.yhbimg.com/goodsimg/2015/11/04/05/01ce2aff32fc3c90584f516167cd526d91.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'price' => '¥240',
|
|
|
'discount' => false
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
'hasFavProduct' => $favProducts,
|
|
|
'hasFavBrand' => $favBrands
|
|
|
));
|
|
|
}
|
|
|
|
...
|
...
|
@@ -161,9 +70,22 @@ class HomeController extends AbstractAction |
|
|
/**
|
|
|
* 用户收藏的商品-删除
|
|
|
*/
|
|
|
public function favoriteDelAction() {
|
|
|
public function favoriteDelAction()
|
|
|
{
|
|
|
$result = array();
|
|
|
|
|
|
if ($this->isAjax()) {
|
|
|
$uid = $this->getUid();
|
|
|
$fav_id = $this->post('fav_id', 0);
|
|
|
|
|
|
$result = \Index\UserModel::favoriteDelete($uid, $fav_id);
|
|
|
}
|
|
|
|
|
|
//$this->echoJson();
|
|
|
if (empty($result)) {
|
|
|
echo ' ';
|
|
|
} else {
|
|
|
$this->echoJson($result);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|