kids.js 4.97 KB
/**
 * 潮童首页数据结构
 * @author: liuyue(yue.liu@yoho.cn)
 * @date: 2015/8/26
 */

module.exports = {
    header: {
        title: 'Kids',
        bgColor: '#7ad9f9',
        searchUrl: ''
    },
    sideNav: [{
        textCn: '男生',
        textEn: 'Boys',
        url: false,
        subNav: {
            list: [{
                textCn: '男生',
                textEn: 'Boys',
                img: '',
                url: false
            }, {
                textCn: '首页',
                img: 'http://res.yohoboys.com/res/new/boys/images/about/thirdbtn-sina.png',
                url: ''
            }, {
                textCn: '新品到着',
                img: '',
                url: ''
            }]
        }
    }, {
        textCn: '女生',
        textEn: 'Girls',
        current: true,
        url: false,
        subNav: {
            list: [{
                textCn: '女生',
                textEn: 'Girls',
                img: '',
                url: false
            }, {
                textCn: '首页',
                img: '',
                url: ''
            }, {
                textCn: '新品到着',
                img: '',
                url: ''
            }, {
                textCn: '上衣',
                img: '',
                url: ''
            }, {
                textCn: '鞋靴',
                img: '',
                url: ''
            }, {
                textCn: '裤装',
                img: '',
                url: ''
            }, {
                textCn: '品牌一览',
                img: '',
                url: ''
            }]
        }
    }, {
        textCn: '潮童',
        textEn: 'Kids'
    }, {
        textCn: '家居',
        textEn: 'Life Style'
    }],
    content: [{
        bannerTop: {
            list: [{
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/06/30/21/02912cd7f0b2c67939404c71ef00e3f513.jpg'
            }, {
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/07/08/10/02096990afbb3c1f327dd7e180aee02604.jpg'
            }, {
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/06/24/16/02ee02f1dd11c9103f7cf7995eafdaa605.jpg'
            }]
        }
    }, {
        iconsEnter: {
            list: [{
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/06/30/21/02912cd7f0b2c67939404c71ef00e3f513.jpg',
                text: '新品到着'
            }, {
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/06/30/21/02912cd7f0b2c67939404c71ef00e3f513.jpg',
                text: '全球优选'
            }, {
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/06/30/21/02912cd7f0b2c67939404c71ef00e3f513.jpg',
                text: '明星潮牌'
            }, {
                url: '',
                img: 'http://img02.yohoboys.com/staticimg/2015/06/30/21/02912cd7f0b2c67939404c71ef00e3f513.jpg',
                text: '全部品类'
            }]
        }
    }, {
        hotCategory: {
            img: 'http://img13.static.yhbimg.com/adpic/2015/05/07/15/020cfde7eb630474916655cc0e290c68e2.jpg?imageView/2/w/640/h/480',
            list: [{
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }, {
                textCn: '打底衫',
                img: 'http://img.alicdn.com/imgextra/i1/2086467111/TB2CsqHdXXXXXaDXpXXXXXXXXXX_!!2086467111.jpg',
                url: ''
            }]
        }
    }],
    footer: {
        // 已登录
        user: {
            name: 'liudayue',
            url: '',
            signoutUrl: ''
        }
        // 未登录
        // loginUrl: '',
        // signupUrl: ''
    }
}