Commit c7958013 authored by Mac's avatar Mac

1

parent d869c435
...@@ -710,8 +710,8 @@ ...@@ -710,8 +710,8 @@
}, },
(res) => { (res) => {
this.orderPopupdata = res.data this.orderPopupdata = res.data
if(res.data.State==1){ if(this.orderPopupdata.State==1){
if(res.data.OrderNum>1){ if(this.orderPopupdata.OrderNum>0){
this.showorder = true this.showorder = true
} }
} }
......
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
(res) => { (res) => {
this.orderPopupdata = res.data this.orderPopupdata = res.data
if(res.data.State==1){ if(res.data.State==1){
if(res.data.OrderNum>1){ if(res.data.OrderNum>0){
this.showorder = true this.showorder = true
} }
} }
......
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