Authored by 郭成尧

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

@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 'use strict'; 7 'use strict';
8 const _ = require('lodash'); 8 const _ = require('lodash');
9 const helpers = global.yoho.helpers; 9 const helpers = global.yoho.helpers;
  10 +
10 /** 11 /**
11 * 频道选择页 12 * 频道选择页
12 */ 13 */
@@ -19,4 +20,4 @@ const component = { @@ -19,4 +20,4 @@ const component = {
19 } 20 }
20 }; 21 };
21 22
22 -module.exports = component;  
  23 +module.exports = component;
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 const _ = require('lodash'); 7 const _ = require('lodash');
8 const helpers = global.yoho.helpers; 8 const helpers = global.yoho.helpers;
9 const brand = require('./brand'); 9 const brand = require('./brand');
  10 +
10 /** 11 /**
11 * 频道选择页 12 * 频道选择页
12 */ 13 */
@@ -19,4 +20,4 @@ const component = { @@ -19,4 +20,4 @@ const component = {
19 } 20 }
20 }; 21 };
21 22
22 -module.exports = Object.assign(component,brand); 23 +module.exports = Object.assign(component, brand);
@@ -5,4 +5,4 @@ @@ -5,4 +5,4 @@
5 * Time: 10:16 5 * Time: 10:16
6 */ 6 */
7 7
8 -console.log('ddd');  
  8 +console.log('ddd');