...
|
...
|
@@ -42,29 +42,64 @@ const getBrandListData = params => { |
|
|
Object.assign(finalResult, {
|
|
|
brandList: [
|
|
|
{
|
|
|
name: 'Yohji Yamamoto(eyes wear)',
|
|
|
href: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2016/04/13/15/010eb8606c1072fd2e769c62567d3bbe93.png?imageView2/2/w/140/h/140'
|
|
|
index: 'A',
|
|
|
brands: [
|
|
|
{
|
|
|
name: 'Yohji Yamamoto(eyes wear)',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2016/04/13/15/010eb8606c1072fd2e769c62567d3bbe93.png?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'TEEN TEAM',
|
|
|
link: '#',
|
|
|
logo: 'https://img12.static.yhbimg.com/brandLogo/2015/12/03/14/02d4dba71951e8e971dc85d2eab5fe7a7f.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
name: 'TEEN TEAM',
|
|
|
href: '#',
|
|
|
logo: 'https://img12.static.yhbimg.com/brandLogo/2015/12/03/14/02d4dba71951e8e971dc85d2eab5fe7a7f.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
href: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
href: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
href: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
index: 'B',
|
|
|
brands: [
|
|
|
{
|
|
|
name: 'Yohji Yamamoto(eyes wear)',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2016/04/13/15/010eb8606c1072fd2e769c62567d3bbe93.png?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'TEEN TEAM',
|
|
|
link: '#',
|
|
|
logo: 'https://img12.static.yhbimg.com/brandLogo/2015/12/03/14/02d4dba71951e8e971dc85d2eab5fe7a7f.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
},
|
|
|
{
|
|
|
name: 'MYGESMART',
|
|
|
link: '#',
|
|
|
logo: 'https://img11.static.yhbimg.com/brandLogo/2014/01/27/11/01d9dbee4c83e9122bd1fc363ceb85e484.jpg?imageView2/2/w/140/h/140'
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
});
|
...
|
...
|
|