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