Authored by 郭成尧

pakage-title

@@ -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