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
63c26152
Commit
63c26152
authored
Mar 20, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
f5648685
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+2
-2
YHMainInformationModel.swift
...plicantInformation(主申请人信息)/M/YHMainInformationModel.swift
+2
-2
YHMainApplicantInformationViewModel.swift
...tion(主申请人信息)/VM/YHMainApplicantInformationViewModel.swift
+1
-2
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
63c26152
...
...
@@ -2667,7 +2667,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
5
;
CURRENT_PROJECT_VERSION
=
6
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
...
@@ -2709,7 +2709,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
5
;
CURRENT_PROJECT_VERSION
=
6
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/M/YHMainInformationModel.swift
View file @
63c26152
...
...
@@ -22,9 +22,9 @@ class YHMainInformationModel: YHBaseModel {
var
married
:
Int
=
0
var
mobile
:
String
=
""
var
email
:
String
=
""
var
address_aboard
:
Int
=
0
var
address_aboard
:
Int
=
0
var
has_hk_id
:
Int
=
0
var
hk_id_number
:
String
=
""
var
hk_id_number
:
String
=
""
var
step
:
Int
=
0
var
surname
:
String
=
""
var
is_live_oversea_year
:
Int
=
0
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/VM/YHMainApplicantInformationViewModel.swift
View file @
63c26152
...
...
@@ -510,13 +510,12 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
let
sex
=
mainModel
.
sex
_
=
mainModel
.
married
let
mobile
=
mainModel
.
mobile
let
email
=
mainModel
.
email
let
has_hk_id
=
mainModel
.
has_hk_id
let
hk_id_numbe
=
mainModel
.
hk_id_number
guard
username
.
count
>
0
else
{
return
false
}
guard
birthday
.
count
>
0
else
{
return
false
}
guard
sex
>
0
else
{
return
false
}
guard
email
.
count
>
0
else
{
return
false
}
guard
mobile
.
count
>
0
else
{
return
false
}
if
birth_place_aboard
==
1
{
guard
birth_place_foreign
.
count
>
0
else
{
return
false
}
}
else
{
...
...
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