Commit 78039cb8 authored by Steven杜宇's avatar Steven杜宇

UI走查

parent f4954387
...@@ -412,7 +412,7 @@ extension YHBrotherInfoVC : UITableViewDelegate, UITableViewDataSource { ...@@ -412,7 +412,7 @@ extension YHBrotherInfoVC : UITableViewDelegate, UITableViewDataSource {
let detailItem = item as! YHFormDetailItem let detailItem = item as! YHFormDetailItem
if detailItem.type == .birthday { // 出生日期 if detailItem.type == .birthday { // 出生日期
YHDatePickView.show(type: .yyyymmdd, title:"出生日期".local) { [weak self] dateStr in YHDatePickView.show(type: .yyyymmdd, title:"选择出生日期".local) { [weak self] dateStr in
guard let self = self else { return } guard let self = self else { return }
if detailItem.type == .birthday { if detailItem.type == .birthday {
......
...@@ -456,7 +456,7 @@ extension YHParentInfoVC : UITableViewDelegate, UITableViewDataSource { ...@@ -456,7 +456,7 @@ extension YHParentInfoVC : UITableViewDelegate, UITableViewDataSource {
let detailItem = item as! YHFormDetailItem let detailItem = item as! YHFormDetailItem
if detailItem.type == .birthday { // 出生日期 if detailItem.type == .birthday { // 出生日期
YHDatePickView.show(type: .yyyymmdd, title:"出生日期".local) { [weak self] dateStr in YHDatePickView.show(type: .yyyymmdd, title:"选择出生日期".local) { [weak self] dateStr in
guard let self = self else { return } guard let self = self else { return }
if detailItem.type == .birthday { if detailItem.type == .birthday {
......
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