Commit 16a60708 authored by lujunye's avatar lujunye

10仅显示查看

parent 2b8f2415
...@@ -1237,11 +1237,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa ...@@ -1237,11 +1237,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
case 10: case 10:
// str = "订单关闭"str = "已取消" //用户取消(预售 // str = "订单关闭"str = "已取消" //用户取消(预售
titleArr = ["查看订单"] titleArr = ["查看订单"]
if self.dataMdoel!.order_res?.pay_status == 0 { // if self.dataMdoel!.order_res?.pay_status == 0 {
if self.dataMdoel?.order_res?.from == 3 || self.dataMdoel?.order_res?.from == 5 { // if self.dataMdoel?.order_res?.from == 3 || self.dataMdoel?.order_res?.from == 5 {
titleArr = ["确认收款"] // titleArr = ["确认收款"]
} // }
} // }
break break
case 11: case 11:
titleArr = ["拒绝退款","同意退款"] titleArr = ["拒绝退款","同意退款"]
......
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