Showing
1 changed file
with
2 additions
and
1 deletions
@@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
7 | 7 | ||
8 | 'use strict'; | 8 | 'use strict'; |
9 | const _ = require('lodash'); | 9 | const _ = require('lodash'); |
10 | + | ||
10 | /** | 11 | /** |
11 | * 处理商品列表数据 | 12 | * 处理商品列表数据 |
12 | * @param {[type]} origin [description] | 13 | * @param {[type]} origin [description] |
@@ -270,4 +271,4 @@ exports.handleSaleBannerSmallData = (origin) => { | @@ -270,4 +271,4 @@ exports.handleSaleBannerSmallData = (origin) => { | ||
270 | }); | 271 | }); |
271 | 272 | ||
272 | return dest; | 273 | return dest; |
273 | -}; | ||
274 | +}; |
-
Please register or login to post a comment