@@ -146,7 +146,7 @@ export const formatOrderDetail = async (item: any, amount?: IAmount) => {
orderType: item.goodType,
goodName: item.goodName,
...res,
- purchaseNum: item.bizInfo?.bizValidTime || res.purchaseCycle
+ purchaseNum: item.bizInfo?.bizValidTime || res.purchaseNum
}
} catch (e: any) {
throw new Error(e.message)