mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
订单详情页update
This commit is contained in:
@@ -339,10 +339,10 @@ export default {
|
||||
return [this.lastMonitorData];
|
||||
},
|
||||
retryRefundFlag() {
|
||||
if (this.orderInfo[0].orderStatus !== '6') {
|
||||
if (this.orderInfo[0] == null || this.orderInfo[0].orderStatus !== '6') {
|
||||
return false;
|
||||
}
|
||||
if (this.payDetail[0].payMode !== '4') {
|
||||
if (this.payDetail[0] == null || this.payDetail[0].payMode !== '4') {
|
||||
return false;
|
||||
}
|
||||
if (this.orderDetail.refundAmount == null || this.orderDetail.refundAmount <= 0.00 ) {
|
||||
|
||||
Reference in New Issue
Block a user