Showing
3 changed files
with
5 additions
and
3 deletions
@@ -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); |
-
Please register or login to post a comment