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
03e44608
Commit
03e44608
authored
May 10, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作经验国家值修改
parent
a3166828
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
YHWorkExperienceViewModel.swift
...xperience(工作经验)/ViewModel/YHWorkExperienceViewModel.swift
+6
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/ViewModel/YHWorkExperienceViewModel.swift
View file @
03e44608
...
@@ -255,6 +255,12 @@ class YHWorkExperienceViewModel: YHBaseViewModel {
...
@@ -255,6 +255,12 @@ class YHWorkExperienceViewModel: YHBaseViewModel {
// 0保存 1下一步
// 0保存 1下一步
func
saveWorkDetail
(
_
saveType
:
Int
,
orderID
:
Int
,
callBackBlock
:
@escaping
(
_
success
:
Bool
?,
_
error
:
YHErrorModel
?)
->
())
{
func
saveWorkDetail
(
_
saveType
:
Int
,
orderID
:
Int
,
callBackBlock
:
@escaping
(
_
success
:
Bool
?,
_
error
:
YHErrorModel
?)
->
())
{
if
mainModel
.
location
.
country
.
contains
(
"中国"
)
{
mainModel
.
location_aboard
=
0
}
else
{
mainModel
.
location_aboard
=
1
}
let
area
:
[
String
]
=
mainModel
.
location
.
area
let
area
:
[
String
]
=
mainModel
.
location
.
area
let
location
=
[
"area"
:
area
,
let
location
=
[
"area"
:
area
,
"country"
:
mainModel
.
location
.
country
,
"country"
:
mainModel
.
location
.
country
,
...
...
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