Authored by 郭成尧

pakage-title

... ... @@ -438,9 +438,9 @@ function transformJit(packageList) {
packages: []
};
_.forEach(packageList, (pValue, pKey) => {
_.forEach(packageList, pValue => {
let perPackageData = {
packageType: '包裹' + (pKey + 1) + ':' + pValue.title,
packageType: pValue.title,
goods: []
};
... ...