🐞 fix(订单修改):参数写错

This commit is contained in:
Haiyi 2023-01-12 16:12:48 +08:00
parent 02f2cf2bd7
commit fe222548d2
2 changed files with 2 additions and 2 deletions

View File

@ -840,7 +840,7 @@ const OrderDetails = () => {
<View className={styles.totalFont}>{infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'}</View> <View className={styles.totalFont}>{infoObj?.wait_pay_amount?.toString().indexOf('-') !== -1 ? '退款金额' : '待付金额'}</View>
{/* <IconFont name={'icon-tishi'} size={28} ></IconFont> */} {/* <IconFont name={'icon-tishi'} size={28} ></IconFont> */}
</View> </View>
<View className={styles.shoudPay}>¥{formatPriceDiv(infoObj.wait_pay_amount)}</View> <View className={styles.shoudPay}>¥{formatPriceDiv(infoObj.refund_amount)}</View>
</View> </View>
} }
{ {

View File

@ -580,7 +580,7 @@ const OrderDetails = () => {
address_id: infoObj?.address_id, address_id: infoObj?.address_id,
commodity_list: quertArr, commodity_list: quertArr,
delete_detail_list: filterArr(deleteProductIds), delete_detail_list: filterArr(deleteProductIds),
remar: infoObj?.remark, remark: infoObj?.remark,
sale_order_id: infoObj?.id, sale_order_id: infoObj?.id,
shipment_mode: receivingStatus, shipment_mode: receivingStatus,
} }