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

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

* 'youhua-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS:
  单独区分行政架构层级
parents 0f6e9b19 4add5061
...@@ -207,9 +207,9 @@ class YHWorkExperienceItemView: UIView { ...@@ -207,9 +207,9 @@ class YHWorkExperienceItemView: UIView {
} }
messageTextField.placeholder = dataSource.prompts messageTextField.placeholder = dataSource.prompts
messageTextField.text = dataSource.message messageTextField.text = dataSource.message
// if dataSource.message == "0" { if dataSource.message == "0" && dataSource.id == .id15 {
// messageTextField.text = "" messageTextField.text = ""
// } }
showPromptLabel.text = dataSource.alertMessage showPromptLabel.text = dataSource.alertMessage
if dataSource.isUserKeyBoard ?? false { if dataSource.isUserKeyBoard ?? false {
nextStepImageView.isHidden = true nextStepImageView.isHidden = true
......
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