Authored by 郭成尧

package-name

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