手动执行退款接口

This commit is contained in:
2023-08-30 15:01:26 +08:00
parent 9ca633dcaf
commit be29c2423d

View File

@@ -345,7 +345,7 @@ export default {
if (this.payDetail[0] == null || this.payDetail[0].payMode !== '4') {
return false;
}
if (this.orderDetail.refundAmount == null || this.orderDetail.refundAmount <= 0.00 ) {
if (this.orderInfo[0].refundAmount == null || this.orderInfo[0].refundAmount <= 0.00 ) {
return false;
}
if (this.orderRefundInfoList.length === 0) {