export const TakeTypeEnum = { PICK: 0,// 自提 DISPATCH: 1,// 商家配送 } export const PayTypeEnum = { STORE: 2,// 到店 CREDIT: 3,// 授信 }