boys.js 1.42 KB
/**
 * 男首页数据结构
 * @author: liuyue(yue.liu@yoho.cn)
 * @date: 2015/7/13
 */

module.exports = {
    sideNav: [{
        textCn: '男生',
        textEn: 'Boys',
        url: false,
        current: true,
        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',
        url: false,
        subNav: {
            list: [{
                textCn: '女生',
                textEn: 'Girls',
                img: '',
                url: false
            }, {
                textCn: '首页',
                img: '',
                url: ''
            }, {
                textCn: '新品到着',
                img: '',
                url: ''
            }]
        }
    }, {
        textCn: '潮童',
        textEn: 'Kids'
    }, {
        textCn: '家居',
        textEn: 'Life Style'
    }],
    bannerTop: {
        list: [{
            url: '',
            img: 'http://img02.yohoboys.com/staticimg/2015/06/30/21/02912cd7f0b2c67939404c71ef00e3f513.jpg'
        }]
    }
}