mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
手动执行退款接口
This commit is contained in:
@@ -345,7 +345,7 @@ export default {
|
||||
if (this.payDetail[0] == null || this.payDetail[0].payMode !== '4') {
|
||||
return false;
|
||||
}
|
||||
if (this.orderInfo[0].refundAmount == null || this.orderInfo[0].refundAmount <= 0.00 ) {
|
||||
if (this.payDetail[0].refundAmount == null || this.payDetail[0].refundAmount <= 0.00 ) {
|
||||
return false;
|
||||
}
|
||||
if (this.orderRefundInfoList.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user