Commit 5f6c8731 authored by qipeng's avatar qipeng

删除历史数据

parent a6c7363f
...@@ -845,10 +845,10 @@ export default { ...@@ -845,10 +845,10 @@ export default {
} }
} }
//判断是否在退票时间内 //判断是否在退票时间内
var orderRefundRuleListShowType = false var orderRefundRuleListShowType = false
this.orderRefundRuleListShowMessage.forEach((item,index)=>{ this.orderRefundRuleListShowMessage.forEach((item,index)=>{
if(item.refundVisitorApply==1){ if(item.refundVisitorApply==1){
orderRefundRuleListShowType = true orderRefundRuleListShowType = true
var todayTimer = this.$commonjs.today()+' '+this.$commonjs.todayTime() //获取今天时间 var todayTimer = this.$commonjs.today()+' '+this.$commonjs.todayTime() //获取今天时间
var playdateTimer = '' //获取游玩时间开始 var playdateTimer = '' //获取游玩时间开始
if(item.refundDay!=undefined&&item.refundDay!=0){ if(item.refundDay!=undefined&&item.refundDay!=0){
...@@ -887,11 +887,11 @@ export default { ...@@ -887,11 +887,11 @@ export default {
} }
} }
}) })
if(orderRefundRuleListShowType == false&&this.orderInfo.isRefund!=0&&this.orderInfo.orderStatus==2||orderRefundRuleListShowType == false&&this.orderInfo.isRefund!=0&&this.orderInfo.orderStatus==7){ if(orderRefundRuleListShowType == false&&this.orderInfo.isRefund!=0&&this.orderInfo.orderStatus==2||orderRefundRuleListShowType == false&&this.orderInfo.isRefund!=0&&this.orderInfo.orderStatus==7){
this.orderRefundRuleListShowBtn = true this.orderRefundRuleListShowBtn = true
}else if(orderRefundRuleListShowType == false&&this.orderInfo.isRefund==0){ }else if(orderRefundRuleListShowType == false&&this.orderInfo.isRefund==0){
this.orderRefundRuleListShowBtn = false this.orderRefundRuleListShowBtn = false
} }
this.findCouponListFun() this.findCouponListFun()
}else{ }else{
uni.showToast({ uni.showToast({
......
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