Authored by 郭成尧

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

... ... @@ -7,6 +7,7 @@
'use strict';
const _ = require('lodash');
const helpers = global.yoho.helpers;
/**
* 频道选择页
*/
... ...
... ... @@ -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);
... ...