Commit 76cc166b authored by 刘俊宏's avatar 刘俊宏

同上

parent c7bd4b2e
...@@ -106,7 +106,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa ...@@ -106,7 +106,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
self.bottomView.addSubview(btn) self.bottomView.addSubview(btn)
} }
} }
if self.dataMdoel?.order_res?.order_status == 2 { if self.dataMdoel?.order_res?.order_status == 2 || self.dataMdoel?.order_res?.order_status == 8 {
self.isCaneditLatsData = false self.isCaneditLatsData = false
} }
......
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