Commit a70ce975 authored by 潘永坪's avatar 潘永坪

Merge branch 'develop' of http://192.168.0.204/panyongping/uni-pdtravel into develop

parents a130d499 47cf4d85
......@@ -878,7 +878,13 @@ export default {
}else{
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){
this.orderRefundRuleListShowBtn = true
}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