Commit 01ef2b27 authored by youjie's avatar youjie

no message

parent b91a1a48
...@@ -72,10 +72,12 @@ export default { ...@@ -72,10 +72,12 @@ export default {
}) })
}, },
checkPaySatausHandler(type){ checkPaySatausHandler(type){
this.apipost("GetDetailsByOrderNo_post",{OrderNo:this.orderNo},r=>{ this.apipost("GetAliPayReturn_post",{OrderNo:this.orderNo},r=>{
if(r.data.resultCode==1){ if(r.data.resultCode==1){
if(r.data.data.OrderStatus==2||r.data.data.OrderStatus==3){ if(r.data.data.OrderStatus==2||r.data.data.OrderStatus==3){
this.CommonJump("/paysuccess/" + this.orderNo, {}); if(type==1){
this.CommonJump("/paysuccess/" + this.orderNo, {});
}
}else{ }else{
this.isPay = false this.isPay = false
if(type==1){ if(type==1){
...@@ -83,7 +85,8 @@ export default { ...@@ -83,7 +85,8 @@ export default {
} }
} }
}else{ }else{
location.reload() this.isPay = false
// location.reload()
} }
},e=>{ },e=>{
......
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