Commit 566cce69 authored by pete谢兆麟's avatar pete谢兆麟

细节修复

parent 023472a1
...@@ -123,6 +123,9 @@ extension YHOrderDetailViewController: UITableViewDelegate, UITableViewDataSourc ...@@ -123,6 +123,9 @@ extension YHOrderDetailViewController: UITableViewDelegate, UITableViewDataSourc
cell.dataSource = dataSource[indexPath.row] cell.dataSource = dataSource[indexPath.row]
if indexPath.row > 0 { if indexPath.row > 0 {
cell.otherTypeView.isHidden = false cell.otherTypeView.isHidden = false
} else {
cell.otherTypeView.isHidden = false
cell.otherTypeView.image = UIImage(named: "service_my_order")
} }
cell.cellBlock = {[weak self] model in cell.cellBlock = {[weak self] model in
guard let self = self else { return } 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