Commit 7bc0d6ff authored by Alex朱枝文's avatar Alex朱枝文

改按钮文字

parent 31c95f80
......@@ -70,11 +70,7 @@ class YHHKRecordsEditContentVC: YHBaseViewController {
private lazy var saveButton: UIButton = {
let button = UIButton(type: .custom)
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 16)
var buttonName = "保存在港记录"
if pageType == .add {
buttonName = "新增在港记录"
}
let buttonName = "保存在港记录"
button.setTitle(buttonName, for: .normal)
button.setTitle(buttonName, for: .highlighted)
button.setTitleColor( UIColor(hex:0xffffff), for: .normal)
......
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