Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
966a6c0c
Commit
966a6c0c
authored
Mar 15, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 职业 字数限制
parent
0ee59eb8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
YHChildBasicInfoVC.swift
...amilyMember(家庭成员信息表)/C/Child(子女)/YHChildBasicInfoVC.swift
+3
-3
YHBrotherInfoVC.swift
...庭成员信息表)/C/Parents&Brothers(父母和兄弟姐妹)/YHBrotherInfoVC.swift
+2
-0
YHParentInfoVC.swift
...家庭成员信息表)/C/Parents&Brothers(父母和兄弟姐妹)/YHParentInfoVC.swift
+4
-3
YHSpouseBasicInfoVC.swift
...ilyMember(家庭成员信息表)/C/Spouse(配偶)/YHSpouseBasicInfoVC.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/C/Child(子女)/YHChildBasicInfoVC.swift
View file @
966a6c0c
...
...
@@ -285,9 +285,9 @@ extension YHChildBasicInfoVC : UITableViewDelegate, UITableViewDataSource {
if
detailItem
.
type
==
.
childName
||
detailItem
.
type
==
.
everName
{
max
=
30
}
else
if
detailItem
.
type
==
.
birthCity
||
detailItem
.
type
==
.
occupationName
{
}
else
if
detailItem
.
type
==
.
occupationName
{
max
=
50
}
else
if
detailItem
.
type
==
.
birthCity
{
max
=
100
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/C/Parents&Brothers(父母和兄弟姐妹)/YHBrotherInfoVC.swift
View file @
966a6c0c
...
...
@@ -244,6 +244,8 @@ extension YHBrotherInfoVC : UITableViewDelegate, UITableViewDataSource {
var
max
=
-
1
if
detailItem
.
type
==
.
brotherName
{
max
=
30
}
else
if
detailItem
.
type
==
.
occupationName
{
max
=
50
}
else
if
detailItem
.
type
==
.
birthCity
{
max
=
100
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/C/Parents&Brothers(父母和兄弟姐妹)/YHParentInfoVC.swift
View file @
966a6c0c
...
...
@@ -287,9 +287,10 @@ extension YHParentInfoVC : UITableViewDelegate, UITableViewDataSource {
if
detailItem
.
type
==
.
fatherName
||
detailItem
.
type
==
.
motherName
{
max
=
30
}
else
if
detailItem
.
type
==
.
birthCity
||
detailItem
.
type
==
.
occupationName
{
}
else
if
detailItem
.
type
==
.
occupationName
{
max
=
50
}
else
if
detailItem
.
type
==
.
birthCity
{
max
=
100
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/C/Spouse(配偶)/YHSpouseBasicInfoVC.swift
View file @
966a6c0c
...
...
@@ -411,9 +411,9 @@ extension YHSpouseBasicInfoVC : UITableViewDelegate, UITableViewDataSource {
if
detailItem
.
type
==
.
spouseName
||
detailItem
.
type
==
.
everName
{
max
=
30
}
else
if
detailItem
.
type
==
.
birthCity
||
detailItem
.
type
==
.
occupationName
{
}
else
if
detailItem
.
type
==
.
occupationName
{
max
=
50
}
else
if
detailItem
.
type
==
.
birthCity
{
max
=
100
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment