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

一处接口优化

parent 2ae55572
......@@ -53,7 +53,7 @@ class YHInformationPerfectListVC: YHBaseViewController {
let desLable = UILabel(text: "此表由主申请人填写,我们将会根据您的个人信息制作资料清单,请按顺序填写,提交后1-2个工作日内联系您哦~")
desLable.font = kFont(size: 12)
desLable.font = kFont(size: 13)
desLable.numberOfLines = 0
desLable.lineBreakMode = .byWordWrapping
......@@ -177,6 +177,5 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
} else {
navigationController?.pushViewController(YHMainApplicantInformationViewController())
}
}
}
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