Authored by 郭成尧

brandListBegin

... ... @@ -34,7 +34,7 @@ module.exports = {
let params = req.query;
brandModel.getBrandListData().then(result => {
res.render('brand/brand-list',{
res.render('brand/brand-list', {
module: 'channel',
page: 'brand',
result: result
... ...
... ... @@ -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'
}
]
});
... ...
... ... @@ -16,4 +16,4 @@ new Vue({
});
require('./brand/index');
require('./brand/brand-list');
\ No newline at end of file
require('./brand/brand-list');
... ...
... ... @@ -3,4 +3,4 @@
* User: Targaryen
* Date: 2016/7/20
* Time: 13:23
*/
\ No newline at end of file
*/
... ...