Authored by 郭成尧

'品牌店铺首页基本框架'

... ... @@ -7,6 +7,7 @@
'use strict';
const _ = require('lodash');
const helpers = global.yoho.helpers;
/**
* 频道选择页
*/
... ... @@ -19,4 +20,4 @@ const component = {
}
};
module.exports = component;
\ No newline at end of file
module.exports = component;
... ...
... ... @@ -7,6 +7,7 @@
const _ = require('lodash');
const helpers = global.yoho.helpers;
const brand = require('./brand');
/**
* 频道选择页
*/
... ... @@ -19,4 +20,4 @@ const component = {
}
};
module.exports = Object.assign(component,brand);
module.exports = Object.assign(component, brand);
... ...
... ... @@ -5,4 +5,4 @@
* Time: 10:16
*/
console.log('ddd');
\ No newline at end of file
console.log('ddd');
... ...