Authored by hongweigao

独家售卖高150px,删除假数据

... ... @@ -262,54 +262,7 @@ const _getHotGoodsFloorData = (args, type) => {
* @param {String} type 频道类型
* @return {Object}
*/
const _getJacketData = () => {
let arg = {
big_image: [
{
src: 'http://img11.static.yhbimg.com/yhb-img01/2016/11/22/13/012d9b9ff98c01529c1dd4a82e9aea93c7.png?imageView2/{mode}/w/{width}/h/{height}',
title: 'xx',
url: 'baidu1.com'
}
],
title: {
more_name: '',
name: '潮流时装',
title: '',
more_url: 'http://www.yohobuy.com'
},
list: [
{
src: 'http://img11.static.yhbimg.com/yhb-img01/2016/11/22/13/0135cffa6da0db7aac565942e67341c503.png?imageView2/{mode}/w/{width}/h/{height}',
title: 'xx1',
url: 'baidu2.com'
},
{
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/11/22/13/019bbe8890d5ff15a0ae1313da387d9a05.png?imageView2/{mode}/w/{width}/h/{height}',
title: 'xx2',
url: 'baidu3.com'
},
{
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/11/22/16/01331af909516f6ed74f447ab4f4d80b3d.png?imageView2/{mode}/w/{width}/h/{height}',
title: '',
url: '3'
},
{
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/11/22/16/018a39d27063fd1636714b4f9d0e7abfeb.png?imageView2/{mode}/w/{width}/h/{height}',
title: '',
url: '4'
},
{
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/11/22/16/01be2c69eb0328ea3e8a1728560b314f42.png?imageView2/{mode}/w/{width}/h/{height}',
title: '',
url: '5'
},
{
src: 'http://img10.static.yhbimg.com/yhb-img01/2016/11/22/16/014cc8a5af0c0f6b84194fc3a95c893f17.png?imageView2/{mode}/w/{width}/h/{height}',
title: '',
url: '6'
}
]
};
const _getJacketData = (arg) => {
return {
tpltopic: {
... ...
... ... @@ -562,3 +562,7 @@
}
}
}
.home-page[data-mchannel='japanKorean'] .floor-ad a {
height: 150px;
}
... ...