Commit bc4ca496 authored by lujunye's avatar lujunye

逻辑补充

parent 2d1aad3b
...@@ -273,7 +273,9 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc ...@@ -273,7 +273,9 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
case 10://已收货 case 10://已收货
btnStr = ["查看订单"] btnStr = ["查看订单"]
if rowModel.pay_status == 0 { if rowModel.pay_status == 0 {
btnStr = ["确认收款"] if rowModel.from == 3 || rowModel.from == 5 {
btnStr = ["确认收款"]
}
} }
break break
case 9: case 9:
......
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