Plusstar.php 8.38 KB
<?php
use Action\AbstractAction;
/**
 * 明星品牌和原创品牌
 */
class PlusstarController extends AbstractAction
{
    
    /**
     * 品牌列表页
     */
    public function listAction()
    {
        $data = array(
            'star' => array(
                array(
                    'imgs' => array(
                        array(
                            'url' => 'http://stussy.m.yohobuy.com',
                            'img' => 'http://ad.yoho.cn/yohobuy/newfestival/img/brandsmap/6KTZ_01.jpg'
                        ),
                        array(
                            'url' => 'http://stussy.m.yohobuy.com',
                            'img' =>'http://ad.yoho.cn/yohobuy/newfestival/img/brandsmap/5HUF_01.jpg'
                        )
                    )
                ),
                array(
                    'url' => 'http://stussy.m.yohobuy.com',
                    'img' => 'http://ad.yoho.cn/yohobuy/newfestival/img/brandsmap/4STAYREAL_02.jpg',
                    'deps' => '优秀的自助品牌,高瞻远瞩的建设性意见来测试文字溢出后的处理问题'
                )
            ),
            'plus' => array(
            )
        );
        $this->_view->assign('title', 'YOHO!有货');
        $this->_view->display('list', array('modulePath' => 'guang/plus-star/list', 'ps' => $data));
    }
    
    /**
     * 品牌介绍页
     */
    public function detailAction()
    {
        $data = array(
            'id' => 1,
            'banner' => 'http://7xidk0.com1.z0.glb.clouddn.com/star-banner.png',
            'logo' => 'http://7xidk0.com1.z0.glb.clouddn.com/star-brand.png',
            'name' => 'SSUR',
            'isLike' => true,
            'likeUrl' => '',
            'intro' => '纽约地下街头品牌SSUR,由艺术家Russell所成立,近年来以恶搞、讽刺各大' .
                   '品牌而闻名,包括了CHANEL、ROLEX、Cartier等等。Ssur的创办人是艺术家' .
                   'Russell, ssur就是其名字反过来写。剩余的位置为了测试文字截取功能是我不' .
                   '得以而添加的,呵呵哒',
            'newArrival' => array(
                'moreUrl' => '',
                'naList' => array(
                    array(
                        'id' => 1,
                        'thumb' => 'http://img13.static.yhbimg.com/goodsimg/2015/03/02/08/023f696cf1ae78688bc6c8edeccc480c2c.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                        'name' => 'GAWS DIGI 丛林数码印花拼接卫衣',
                        'isLike' => false,
                        'price' => 1268,
                        'salePrice' => 589,
                        'tags' => array(
                            array(
                                'isNew' => true
                            ),
                            array(
                                'isLimit' => true
                            )
                        ),
                        'isFew' => true,
                        'url' => '',
                        'likeUrl' => ''
                    ),
                    array(
                        'id' => 2,
                        'thumb' => 'http://img10.static.yhbimg.com/goodsimg/2015/01/08/07/012f23fc2390ccd634082d34cc2982bf4c.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                        'name' => 'CLOTtee 撞色连帽外套',
                        'isLike' => false,
                        'price' => 488,
                        'salePrice' => 139,
                        'tags' => array(
                            array(
                                'isSale' => true
                            ),
                            array(
                                'isReNew' => true
                            )
                        ),
                        'url' => '',
                        'likeUrl' => ''
                    ),
                    array(
                        'id' => 3,
                        'thumb' => 'http://img13.static.yhbimg.com/goodsimg/2015/03/03/08/0244a127c89c1f77ab47f55891e45be1e6.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                        'name' => 'HALFGIRL 插肩棒球服短裙套装',
                        'isLike' => true,
                        'price' => 478,
                        'salePrice' => 208,
                        'tags' => array(
                            array(
                                'isYearEndPromotion' => true
                            ),
                            array(
                                'isNewFestival' => true
                            )
                        ),
                        'url' => '',
                        'likeUrl' => ''
                    ),
                    array(
                        'id' => 4,
                        'thumb' => 'http://img11.static.yhbimg.com/goodsimg/2015/03/02/09/0139514beb37bf2bf321eafd1a915117f5.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                        'name' => '黄伟文Wyman X yohood联名商品YYYOHOOD连帽卫衣',
                        'isLike' => false,
                        'price' => 589,
                        'salePrice' => 148,
                        'tags' => array(
                            array(
                                'isYearMidPromotion' => true
                            ),
                            array(
                                'isNew' => true
                            )
                        ),
                        'url' => '',
                        'likeUrl' => ''
                    )
                )
            ),
            'infos' => array(
                array(
                    'id' => 1,
                    'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
                    'title' => '1.副线不知为何总是好看点',
                    'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
                             'In England中Panul Smith缔造了一个传奇',
                    'showTags' => false,
                    'publishTime' => '2月13日 12:34',
                    'pageView' => 3445,
                    'like' => array(
                        'count' => 459,
                        'isLiked' => true
                    ),
                    'share' => true,
                    'url' => '',
                    'likeUrl' => ''
                ),
                array(
                    'id' => 1,
                    'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
                    'title' => '1.副线不知为何总是好看点',
                    'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
                             'In England中Panul Smith缔造了一个传奇',
                    'showTags' => false,
                    'publishTime' => '2月13日 12:34',
                    'pageView' => 3445,
                    'like' => array(
                        'count' => 459,
                        'isLiked' => true
                    ),
                    'share' => true,
                    'url' => '',
                    'likeUrl' => ''
                ),
                array(
                    'id' => 2,
                    'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
                    'title' => '2.副线不知为何总是好看点测试长度是否会被截取塞真的很恶心啊',
                    'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
                             'In England中Panul Smith缔造了一个传奇',
                    'showTags' => false,
                    'publishTime' => '2月13日 12:34',
                    'pageView' => 3445,
                    'like' => array(
                        'count' => 100,
                        'isLiked' => false
                    ),
                    'share' => true,
                    'url' => '',
                    'likeUrl' => ''
                )
            )
        );
        $this->_view->assign('title', 'PLUS+STAR 详情页');
        $this->_view->display('detail', array('modulePath' => 'guang/plus-star/detail', 'ps' => $data));
    }
    
}