goods.js 2.13 KB
/**
 * 商品信息数据
 * @author xuqi(qi.xu@yoho.cn)
 * @date 2015/7/15
 */

module.exports = [
    {
        id: 5,
        thumb: 'http://img11.static.yhbimg.com/goodsimg/2015/03/02/07/01ebfb219e22770ffb0c2c3a2cbb2b4bef.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
        name: 'GAWS DIGI 丛林数码印花拼接卫衣',
        isLike: false,
        price: 1268,
        salePrice: 589,
        tags: [
                /*需要显示的放入即可,不需要显示不写*/
                {
                    isNew: false
                },
                {
                    isSale: true
                },
                {
                    isLimit: false
                },
                {
                    isYohood: true
                },
                {
                    isReNew: false
                }
            ],
            isFew: false, //单独的即将售罄标志,不显示不写
        url: '',
        likeUrl: '' 
    },
    {
        id: 6,
        thumb: 'http://img13.static.yhbimg.com/goodsimg/2015/03/03/08/023d70c59e81ccbfb39404487aaf642da2.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
        name: 'CLOTtee 撞色连帽外套',
        isLike: false,
        price: 488,
        salePrice: 139,
        url: '',
        likeUrl: ''
    },
    {
        id: 7,
        thumb: 'http://img12.static.yhbimg.com/goodsimg/2015/03/02/08/02e2d44125e95495e3152aa459fa6b9b0c.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
        name: 'HALFGIRL 插肩棒球服短裙套装',
        isLike: true,
        price: 478,
        salePrice: 208,
        url: '',
        likeUrl: ''
    },
    {
        id: 8,
        thumb: 'http://img12.static.yhbimg.com/goodsimg/2015/03/03/08/022f25fbe177ee12803c522f04fcce06d0.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
        name: '黄伟文Wyman X yohood联名商品YYYOHOOD连帽卫衣',
        isLike: false,
        salePrice: 148,
        url: '',
        likeUrl: ''
    }
];