Commit 98efa7a2 authored by lujunye's avatar lujunye

修复支付状态bug

parent bc4ca496
......@@ -112,14 +112,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
self.bottomView.addSubview(btn)
}
}
if self.dataMdoel?.order_res!.pay_status_cn == "已付款"{
self.isCaneditLatsData = false
}
if self.dataMdoel?.order_res?.order_status == 2 || self.dataMdoel?.order_res?.order_status == 5{
self.isCaneditLatsData = false
}
self.listView.reloadData()
......
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