Commit 9752f731 authored by qipeng's avatar qipeng

BUG修复

parent 6be75965
...@@ -878,7 +878,13 @@ export default { ...@@ -878,7 +878,13 @@ export default {
}else{ }else{
this.orderRefundRuleListShowBtn = false this.orderRefundRuleListShowBtn = false
} }
}else{ }else if(item.refundDateType!=undefined&&item.refundDateType==1){//之后
if(todayTimerNum>playdateTimerNum){
this.orderRefundRuleListShowBtn = true
}else{
this.orderRefundRuleListShowBtn = false
}
}else{//之前
if(todayTimerNum<playdateTimerNum){ if(todayTimerNum<playdateTimerNum){
this.orderRefundRuleListShowBtn = true this.orderRefundRuleListShowBtn = true
}else{ }else{
......
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