...
|
...
|
@@ -13,7 +13,47 @@ const index = (channel) => { |
|
|
|
|
|
return Promise.all(apiMethod).then(result => {
|
|
|
var respData = result[0];
|
|
|
respData.slide = {};
|
|
|
respData.slide.list =
|
|
|
[ { bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/17/019af9bc4ebe34c12c2636bb61dd3ae733.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://www.yohobuy.com/special/620_女生分会场.html' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/11/01f7955ebc29b30063a56a7c27d3cc652f.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://list.yohobuy.com/?gender=2,3&p_d=0.01,0.544&age_level=1&order=s_t_desc' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/11/0105c524af62f4dd96292710cb207b63c7.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://list.yohobuy.com/?productPool=7446' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/11/01d434f80afc91159d6fcfc2eb665ca242.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://sale.yohobuy.com/?specialsale_id=7&gender=2,3' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/11/01c7225420dfb6527956b4614bb77c6ad4.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://list.yohobuy.com/?gender=2,3&msort=1&misort=18,20' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/11/01481cb150935e1b2212739181fc54acfa.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://search.yohobuy.com/?productPool=7484' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/28/14/0135052e676ef60ec4fc340cf277d7f6ee.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://list.yohobuy.com/?gender=2,3&msort=1,3,4,6,7,8,308&brand=570,256,2258,450,481,614,701,678,824,257,689,893,350,464&price=99,9999' },
|
|
|
{ bgColor: '',
|
|
|
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/12/29/15/015fe5a90e4f5c1ea45c77d33c86d233be.jpg?imageView2/{mode}/w/{width}/h/{height}',
|
|
|
title: '',
|
|
|
url: 'http://www.yohobuy.com/special/674_NEWS.html' } ];
|
|
|
|
|
|
respData.recommond = {
|
|
|
name: '为您推荐'
|
|
|
}
|
|
|
respData.newProduct = {
|
|
|
name: '最新上架'
|
|
|
}
|
|
|
return respData;
|
|
|
});
|
|
|
};
|
...
|
...
|
|