...
|
...
|
@@ -26,9 +26,19 @@ exports.index = (req, res) => { |
|
|
},
|
|
|
footerTop: true,
|
|
|
mainBanner: {
|
|
|
list: [{src: 'http://img11.static.yhbimg.com/yhb-img01/2016/06/01/20/01a88a4e626a954eb5ec0302a0470e0b3f.jpg?imageView2/2/w/1920/h/450/q/70', url: 'http://www.yohobuy.com'}]
|
|
|
list: [{src: 'http://img11.static.yhbimg.com/yhb-img01/2016/06/01/20/' +
|
|
|
'01a88a4e626a954eb5ec0302a0470e0b3f.jpg?imageView2/2/w/1920/h/450/q/70', url: 'http://www.yohobuy.com'}]
|
|
|
},
|
|
|
sortItem: [{title: '学生权益介绍'}, {title: '我要验证身份'}, {title: '学生热门单品'}, {title: '更多活动推荐'}],
|
|
|
sortItem: [{title: '学生权益介绍', href: 'stu-rights'}, {title: '我要验证身份', href: 'stu-identity'},
|
|
|
{title: '学生热门单品', href: 'stu-good'}, {title: '更多活动推荐', href: 'stu-activity'}],
|
|
|
stuRights: [{imgUrl: '//img12.static.yhbimg.com/goodsimg/2015/12/02/10/' +
|
|
|
'0256adbb54c5a9b657485b972cc94ceb99.jpg?imageView/1/w/235/h/314', info: '1、原价商品享9折优惠'},
|
|
|
{imgUrl: '//img12.static.yhbimg.com/goodsimg/2015/12/02/10/' +
|
|
|
'0256adbb54c5a9b657485b972cc94ceb99.jpg?imageView/1/w/235/h/314', info: '1、原价商品享9折优惠'},
|
|
|
{imgUrl: '//img12.static.yhbimg.com/goodsimg/2015/12/02/10/' +
|
|
|
'0256adbb54c5a9b657485b972cc94ceb99.jpg?imageView/1/w/235/h/314', info: '1、原价商品享9折优惠'},
|
|
|
{imgUrl: '//img12.static.yhbimg.com/goodsimg/2015/12/02/10/' +
|
|
|
'0256adbb54c5a9b657485b972cc94ceb99.jpg?imageView/1/w/235/h/314', info: '1、原价商品享9折优惠'}],
|
|
|
proItem: [
|
|
|
{url: '',
|
|
|
productName: 'Dickies 炫色小脚裤',
|
...
|
...
|
@@ -64,7 +74,29 @@ exports.index = (req, res) => { |
|
|
productName: 'Dickies 炫色小脚裤',
|
|
|
marketPrice: {round: 12.3},
|
|
|
salesPrice: {round: 12.3},
|
|
|
forStu: true}]
|
|
|
forStu: true}],
|
|
|
couponItem: [
|
|
|
{
|
|
|
url: 'http://www.yohobuy.com/coupon/index?contentCode=bb7268bd46dd46d304c2917309814681',
|
|
|
imgUrl: '//img10.static.yhbimg.com/yhb-img01/2016/07/29/17/01cfa4035101b5c8f46efd9c0fbf8ef0c8.jpg',
|
|
|
dataId: '优惠券'
|
|
|
},
|
|
|
{
|
|
|
url: 'http://www.yohobuy.com/coupon/index?contentCode=bb7268bd46dd46d304c2917309814681',
|
|
|
imgUrl: '//img10.static.yhbimg.com/yhb-img01/2016/07/29/17/01cfa4035101b5c8f46efd9c0fbf8ef0c8.jpg',
|
|
|
dataId: '优惠券'
|
|
|
},
|
|
|
{
|
|
|
url: 'http://www.yohobuy.com/coupon/index?contentCode=bb7268bd46dd46d304c2917309814681',
|
|
|
imgUrl: '//img10.static.yhbimg.com/yhb-img01/2016/07/29/17/01cfa4035101b5c8f46efd9c0fbf8ef0c8.jpg',
|
|
|
dataId: '优惠券'
|
|
|
},
|
|
|
{
|
|
|
url: 'http://www.yohobuy.com/coupon/index?contentCode=bb7268bd46dd46d304c2917309814681',
|
|
|
imgUrl: '//img10.static.yhbimg.com/yhb-img01/2016/07/29/17/01cfa4035101b5c8f46efd9c0fbf8ef0c8.jpg',
|
|
|
dataId: '优惠券'
|
|
|
}
|
|
|
]
|
|
|
};
|
|
|
|
|
|
res.render('students/index', responseData);
|
...
|
...
|
|