Commit fcc47935 authored by lujunye's avatar lujunye

删除退货退款

parent 10567670
...@@ -230,7 +230,6 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc ...@@ -230,7 +230,6 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
} }
break break
case 1://待付款 case 1://待付款
print("rowModel == ",rowModel.shipping_status,rowModel.pay_status)
btnStr = ["取消订单"] btnStr = ["取消订单"]
if rowModel.shipping_status == 1 && rowModel.pay_status == 0 { if rowModel.shipping_status == 1 && rowModel.pay_status == 0 {
btnStr = ["退货"] btnStr = ["退货"]
...@@ -249,14 +248,14 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc ...@@ -249,14 +248,14 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
} }
break break
case 7://待收货 case 7://待收货
btnStr = ["确认收货","退货退款","退款"] btnStr = ["确认收货","退款"]
if rowModel.pay_status == 0 { if rowModel.pay_status == 0 {
btnStr = ["确认收款","取消订单","确认收货"] btnStr = ["确认收款","取消订单","确认收货"]
} }
break break
case 10://已收货 case 10://已收货
btnStr = ["退货退款","交易关闭"] btnStr = ["交易关闭"]
if rowModel.pay_status == 0 { if rowModel.pay_status == 0 {
btnStr = ["确认收款"] 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