🐞 fix(订单修改):参数写错
This commit is contained in:
parent
02f2cf2bd7
commit
fe222548d2
@ -840,7 +840,7 @@ const OrderDetails = () => {
|
||||
<View className={styles.totalFont}>{infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'}</View>
|
||||
{/* <IconFont name={'icon-tishi'} size={28} ></IconFont> */}
|
||||
</View>
|
||||
<View className={styles.shoudPay}>¥{formatPriceDiv(infoObj.wait_pay_amount)}</View>
|
||||
<View className={styles.shoudPay}>¥{formatPriceDiv(infoObj.refund_amount)}</View>
|
||||
</View>
|
||||
}
|
||||
{
|
||||
|
||||
@ -580,7 +580,7 @@ const OrderDetails = () => {
|
||||
address_id: infoObj?.address_id,
|
||||
commodity_list: quertArr,
|
||||
delete_detail_list: filterArr(deleteProductIds),
|
||||
remar: infoObj?.remark,
|
||||
remark: infoObj?.remark,
|
||||
sale_order_id: infoObj?.id,
|
||||
shipment_mode: receivingStatus,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user