Commit 135056ff authored by Steven杜宇's avatar Steven杜宇

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents 087e0d82 461ebd45
......@@ -123,6 +123,9 @@ extension YHOrderDetailViewController: UITableViewDelegate, UITableViewDataSourc
cell.dataSource = dataSource[indexPath.row]
if indexPath.row > 0 {
cell.otherTypeView.isHidden = false
} else {
cell.otherTypeView.isHidden = false
cell.otherTypeView.image = UIImage(named: "service_my_order")
}
cell.cellBlock = {[weak self] model in
guard let self = self else { return }
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "service_my_order@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "service_my_order@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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