Commit f37e5ef7 authored by qipeng's avatar qipeng

放开退款按钮

parent 0056fa75
......@@ -213,16 +213,17 @@ export default {
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
// }else{
// this.isRefund = false
// }
this.isRefund = true
}else{
this.isRefund = false
}
this.merchantId = res.data.merchantId
this.orderRefundRuleTimer = refundTimer
if(this.getNowTime()>this.orderRefundRuleTimer){
this.orderRefundRuleTimerType = true
}
// if(this.getNowTime()>this.orderRefundRuleTimer){
// this.orderRefundRuleTimerType = true
// }
}else{
uni.showToast({
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