Commit 6cdd3d7d authored by lujunye's avatar lujunye

补显示逻辑

parent 2b454e3e
......@@ -239,7 +239,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
// }
break
case 5://交易完成
btnStr = ["查看详情"]
btnStr = ["查看订单"]
break
case 6://待发货
btnStr = ["发货","取消订单"]
......@@ -267,6 +267,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
}
break
case 9:
btnStr = ["查看订单"]
if rowModel.from == 3 || rowModel.from == 5 {
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