Commit c959832f authored by lujunye's avatar lujunye

补充逻辑

parent 705ef782
......@@ -278,7 +278,7 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
break
case 9:
btnStr = ["查看订单"]
if rowModel.order_status_d == 91 {
if rowModel.order_status_d == 91 && rowModel.from == 3 || rowModel.from == 5 {
btnStr = ["确认收到退款"]
}
if rowModel.order_status_d == 93 {
......
......@@ -1222,7 +1222,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
break
case 9:
// 退款中
if self.dataMdoel!.order_res?.order_status_d == 91 {
if self.dataMdoel!.order_res?.order_status_d == 91 && self.dataMdoel!.order_res?.from == 3 || self.dataMdoel!.order_res?.from == 5 {
titleArr = ["确认收到退款"]
}
if self.dataMdoel!.order_res?.order_status_d == 93 {
......
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