Commit 56b7e3c6 authored by youjie's avatar youjie

签证订单

parent 70c9f152
......@@ -664,7 +664,7 @@
this.orderStatus.text = "待付款";
this.showPayBtn = true;
} else if (status == 1&&(Income+PlatformTax)<TotalPrice) {
this.orderStatus.code = 1;
this.orderStatus.code = -2;
this.orderStatus.text = "正常";
this.showPayBtn = false;
} else if (status == 1&&(Income+PlatformTax)==TotalPrice) {
......
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