Commit b0a448a5 authored by Steven杜宇's avatar Steven杜宇

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

parents b5bb16bf 87f4bc78
......@@ -15,10 +15,7 @@ enum UploadCertificateDetailType : Int {
}
class YHUploadCertificateDetailVC: YHBaseViewController {
var detailType : UploadCertificateDetailType = .SmallWhiteNote
lazy var topImgView: UIImageView = {
let view = UIImageView(image: UIImage(named: "xbt_tips")) // 343 90
view.layer.cornerRadius = kCornerRadius6
......@@ -147,8 +144,10 @@ private extension YHUploadCertificateDetailVC {
var navTitle = ""
if detailType == .SmallWhiteNote {
navTitle = "上传小白条"
cardLabel.text = "小白条正面"
} else if detailType == .HongKongCard {
navTitle = "上传香港身份证"
cardLabel.text = "香港居民身份证正面"
}
gk_navTitle = navTitle
......
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