...
|
...
|
@@ -40,31 +40,31 @@ const getBrandListData = params => { |
|
|
|
|
|
return api.all([brandApi.getBrandListOriginData()]).then(result => {
|
|
|
Object.assign(finalResult, {
|
|
|
brandList:[
|
|
|
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'
|
|
|
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'
|
|
|
},
|
|
|
{
|
|
|
name:'TEEN TEAM',
|
|
|
href:'#',
|
|
|
logo:'https://img12.static.yhbimg.com/brandLogo/2015/12/03/14/02d4dba71951e8e971dc85d2eab5fe7a7f.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'
|
|
|
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'
|
|
|
}
|
|
|
]
|
|
|
});
|
...
|
...
|
|