Commit a5e1f063 authored by Mac's avatar Mac

1

parent 310deef0
......@@ -764,7 +764,7 @@
},
res => {
if (res.resultCode == 1 ) {
if(form.Income>0 || this.PaymentWay!=4){
if(form.Income>0 && that.PaymentWay!=4){
that.submitOrder = false;
that.payBtn = true;
that.payInfo.OrderId = res.data.OrderId;
......
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