Commit 9623b199 authored by 刘俊宏's avatar 刘俊宏

同上

parent 8bd6e879
......@@ -576,7 +576,7 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
break
}
//追加pay_type
if self.dataMdoel?.order_res?.pay_type == 1 || self.dataMdoel?.order_res?.pay_type == 2 || self.dataMdoel?.order_res?.pay_type == 6 {
if self.dataMdoel?.order_res?.pay_type == 1 || self.dataMdoel?.order_res?.pay_type == 2 || self.dataMdoel?.order_res?.pay_type == 6 || self.dataMdoel?.order_res?.pay_type == 11 || self.dataMdoel?.order_res?.pay_type == 12{
cell.arrowImg.isHidden = true
cell.contentRight.constant = 15
......
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