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
b6c3b16b
Commit
b6c3b16b
authored
Mar 11, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 建文件夹
parent
4c755732
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
6 deletions
+41
-6
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+40
-0
YHFamilyInitialInfo.swift
...ess(流程)/FamilyMember(家庭成员信息表)/M/YHFamilyInitialInfo.swift
+1
-6
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
b6c3b16b
...
...
@@ -746,6 +746,45 @@
path
=
PickerView
;
sourceTree
=
"<group>"
;
};
04594FCF2B9EEEEC00C34B15
/* MyCertificates(我的证书) */
=
{
isa
=
PBXGroup
;
children
=
(
04594FD32B9EEF5100C34B15
/* M */
,
04594FD22B9EEF2900C34B15
/* VM */
,
04594FD12B9EEF1700C34B15
/* V */
,
04594FD02B9EEF1000C34B15
/* C */
,
);
path
=
"MyCertificates(我的证书)"
;
sourceTree
=
"<group>"
;
};
04594FD02B9EEF1000C34B15
/* C */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
C
;
sourceTree
=
"<group>"
;
};
04594FD12B9EEF1700C34B15
/* V */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
V
;
sourceTree
=
"<group>"
;
};
04594FD22B9EEF2900C34B15
/* VM */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
VM
;
sourceTree
=
"<group>"
;
};
04594FD32B9EEF5100C34B15
/* M */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
M
;
sourceTree
=
"<group>"
;
};
0468D4292B55017400CFB916
/* Analytics */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -1697,6 +1736,7 @@
A5C382C82B5E101E00C5E65C
/* ServiceProcess(流程) */
=
{
isa
=
PBXGroup
;
children
=
(
04594FCF2B9EEEEC00C34B15
/* MyCertificates(我的证书) */
,
047294F62B9B0C5D008E0B84
/* MyDocuments(我的文书) */
,
047294F22B9B0C49008E0B84
/* MySignature(我的签字) */
,
04E86E222B81EA1000A35F4B
/* WorkExperience(工作经验) */
,
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/FamilyMember(家庭成员信息表)/M/YHFamilyInitialInfo.swift
View file @
b6c3b16b
...
...
@@ -665,12 +665,7 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
if
isLiveOverseaYear
!=
1
&&
isLiveOverseaYear
!=
2
{
// 默认在海外未居住满一年以上
isLiveOverseaYear
=
2
}
if
sex
!=
1
&&
sex
!=
2
{
// 默认为男性
sex
=
1
}
return
self
}
...
...
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