Commit 7f443d28 authored by qipeng's avatar qipeng

退款按钮值修改 0之前1至2之后(用于区间)

parent 4029b0e5
...@@ -872,13 +872,13 @@ export default { ...@@ -872,13 +872,13 @@ export default {
} }
playdateEndTimerNum = this.$commonjs.changeTime(playdateEndTimer) playdateEndTimerNum = this.$commonjs.changeTime(playdateEndTimer)
} }
if(item.refundDateType!=undefined&&item.refundDateType==2){ if(item.refundDateType!=undefined&&item.refundDateType==1){//至
if(todayTimerNum>playdateTimerNum&&todayTimerNum<playdateEndTimerNum){ if(todayTimerNum>playdateTimerNum&&todayTimerNum<playdateEndTimerNum){
this.orderRefundRuleListShowBtn = true this.orderRefundRuleListShowBtn = true
}else{ }else{
this.orderRefundRuleListShowBtn = false this.orderRefundRuleListShowBtn = false
} }
}else if(item.refundDateType!=undefined&&item.refundDateType==1){//之后 }else if(item.refundDateType!=undefined&&item.refundDateType==2){//之后
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