Commit 7b143ab2 authored by Steven杜宇's avatar Steven杜宇

// 配偶标识

parent b1c3cae4
...@@ -301,7 +301,7 @@ class YHFormTitleItem : YHFormItemProtocol { ...@@ -301,7 +301,7 @@ class YHFormTitleItem : YHFormItemProtocol {
func getSubTitle() -> String { func getSubTitle() -> String {
switch self.type { switch self.type {
case .sponse: case .sponse:
return String(format: " (%@)", "如未婚、离婚、丧偶可不填".local) return "".local
case .parent: case .parent:
return String(format: " (%@)", "包含已故".local) return String(format: " (%@)", "包含已故".local)
case .brother: case .brother:
......
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