hot-brands.js 2.59 KB
/**
 * hot-brands model
 * @author: xiaoxiao<xiaoxiao.hao@yoho.cn>
 * @date: 2017/11/14
 */
'use strict';

/**
 * 热销品牌
 */
const hotBrands = () => {
    let imgView = '?imageView2/3/w/140/h/70/q/90';

    return [
        {
            url: '//www.yohobuy.com/shop/vans-1284.html',
            image: `//img10.static.yhbimg.com/yhb-img01/2016/03/24/15/01ef24d3ec4caabd8c416901cdf4739917.jpg${imgView}`,
            title: 'VANS/范斯'
        },
        {
            url: '//www.yohobuy.com/shop/madness-1482.html',
            image: `//img11.static.yhbimg.com/yhb-img01/2015/12/07/10/01e12663e56ae7c559ac72de209b6bf787.jpg${imgView}`,
            title: 'MADNESS'
        },
        {
            url: '//www.yohobuy.com/shop/hipanda-1488.html',
            image: `//img11.static.yhbimg.com/yhb-img01/2017/11/06/09/01a9ea04b54af0c2830041678ff8e1b6a2.jpg${imgView}`,
            title: 'HIPANDA/你好熊猫'
        },
        {
            url: '//www.yohobuy.com/shop/dickies-1474.html',
            image: `//img10.static.yhbimg.com/yhb-img01/2017/11/03/11/018c06003f58b0a5087258ed21f63fde7b.jpg${imgView}`,
            title: 'Dickies/迪凯斯'
        },
        {
            url: '//www.yohobuy.com/shop/viishow-1360.html',
            image: `//img11.static.yhbimg.com/yhb-img01/2017/11/06/10/012ca25acd7958b8b499f80a40c28de059.jpg${imgView}`,
            title: 'viishow/维秀'
        },
        {
            url: '//www.yohobuy.com/shop/dusty-97.html',
            image: `//img10.static.yhbimg.com/yhb-img01/2017/11/02/17/01eaa0d064e0a59ea683686637271eede0.jpg${imgView}`,
            title: 'DUSTY/DUSTY潮牌'
        },
        {
            url: '//www.yohobuy.com/shop/adidas-1258.html',
            image: `//img10.static.yhbimg.com/yhb-img01/2017/10/31/10/013ec61b8ccd4440db11c9ab2371c3605d.jpg${imgView}`,
            title: 'adidas Originals/阿迪达斯'
        },
        {
            url: '//www.yohobuy.com/shop/genanx-300.html',
            image: `//img11.static.yhbimg.com/yhb-img01/2017/10/31/10/0183880efb53bb6e13fce74b670aef1cff.jpg${imgView}`,
            title: 'Genanx/格男仕'
        },
        {
            url: '//www.yohobuy.com/shop/glemall-2380.html',
            image: `//img10.static.yhbimg.com/yhb-img01/2017/11/03/09/0127a25d415d0e5a70fb26dc43ac1a5663.jpg${imgView}`,
            title: 'GLEMALL'
        },
        {
            url: '//www.yohobuy.com/shop/puma-1534.html',
            image: `//img11.static.yhbimg.com/yhb-img01/2017/10/31/10/01e78f852cf69a57fefe71dcb8aab4b457.jpg${imgView}`,
            title: 'PUMA/彪马'
        }
    ];
};

module.exports = {
    hotBrands
};