Commit bc4ca496 authored by lujunye's avatar lujunye

逻辑补充

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