Showing
1 changed file
with
2 additions
and
2 deletions
@@ -438,9 +438,9 @@ function transformJit(packageList) { | @@ -438,9 +438,9 @@ function transformJit(packageList) { | ||
438 | packages: [] | 438 | packages: [] |
439 | }; | 439 | }; |
440 | 440 | ||
441 | - _.forEach(packageList, (pValue, pKey) => { | 441 | + _.forEach(packageList, pValue => { |
442 | let perPackageData = { | 442 | let perPackageData = { |
443 | - packageType: '包裹' + (pKey + 1) + ':' + pValue.title, | 443 | + packageType: pValue.title, |
444 | goods: [] | 444 | goods: [] |
445 | }; | 445 | }; |
446 | 446 |
-
Please register or login to post a comment