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