Commit b5031cdc authored by David黄金龙's avatar David黄金龙

1、ui修改

2、文案修改
parent 961eb2be
......@@ -74,9 +74,9 @@ private extension YHTravelDocsPreparationListCell {
//travel_cert_type integer <int32> 证件类型 0-未知 1-护照 3-港澳通行证
if model.travel_cert_type == 1 {
subtTitleLable.text = "护照"
subtTitleLable.text = "(护照入境)"
} else if model.travel_cert_type == 3 {
subtTitleLable.text = "港澳通行证"
subtTitleLable.text = "(港澳通行证入境)"
} else {
subtTitleLable.text = ""
}
......@@ -106,8 +106,8 @@ private extension YHTravelDocsPreparationListCell {
} else if model.status == 3 {
statusLable.text = "已完成"
statusLable.textColor = UIColor.mainTextColor
statusImageView.image = UIImage(named: "grey_right_arrow")
statusLable.textColor = UIColor.successColor
statusImageView.image = UIImage(named: "green_right_arrow")
}
else {
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "箭头中@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "箭头中@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