Commit f37e5ef7 authored by qipeng's avatar qipeng

放开退款按钮

parent 0056fa75
...@@ -213,16 +213,17 @@ export default { ...@@ -213,16 +213,17 @@ export default {
refundTimer = this.orderInfo.orderRefundRuleList[0].refundTime refundTimer = this.orderInfo.orderRefundRuleList[0].refundTime
} }
if(this.getNowTime()>'08:00:00'&&this.getNowTime()<refundTimer){ // if(this.getNowTime()>'08:00:00'&&this.getNowTime()<refundTimer){
this.isRefund = true // this.isRefund = true
}else{ // }else{
this.isRefund = false // this.isRefund = false
} // }
this.isRefund = true
this.merchantId = res.data.merchantId this.merchantId = res.data.merchantId
this.orderRefundRuleTimer = refundTimer this.orderRefundRuleTimer = refundTimer
if(this.getNowTime()>this.orderRefundRuleTimer){ // if(this.getNowTime()>this.orderRefundRuleTimer){
this.orderRefundRuleTimerType = true // this.orderRefundRuleTimerType = true
} // }
}else{ }else{
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment