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
9f015eff
Commit
9f015eff
authored
Mar 17, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件名替换
parent
b87b45fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
YHPreviewViewModel.swift
...的信息流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
+2
-2
YHGCPreviewViewModel.swift
...息流程)/PersonInfoList(个人信息预览)/VM/YHGCPreviewViewModel.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
View file @
9f015eff
...
@@ -21,7 +21,7 @@ class YHPreviewViewModel: YHBaseViewModel {
...
@@ -21,7 +21,7 @@ class YHPreviewViewModel: YHBaseViewModel {
var
arrDataForWorkExpInfo
:
[
YHPreviewInfoSessionModel
]
=
[]
var
arrDataForWorkExpInfo
:
[
YHPreviewInfoSessionModel
]
=
[]
// 工作经验 2024新政
// 工作经验 2024新政
var
workExpInfoPreviewModel2
:
YHWorkExpInfoPreview
_
NewModel
?
var
workExpInfoPreviewModel2
:
YHWorkExpInfoPreviewNewModel
?
var
arrDataForWorkExpInfoNew
:
[
YHPreviewInfoSessionModel
]
=
[]
var
arrDataForWorkExpInfoNew
:
[
YHPreviewInfoSessionModel
]
=
[]
// 学历/专业资格
// 学历/专业资格
...
@@ -58,7 +58,7 @@ extension YHPreviewViewModel {
...
@@ -58,7 +58,7 @@ extension YHPreviewViewModel {
printLog
(
"model 是 ==>
\(
json
)
"
)
printLog
(
"model 是 ==>
\(
json
)
"
)
if
json
.
code
==
200
{
if
json
.
code
==
200
{
guard
let
dic
=
json
.
data
?
.
peel
as?
[
String
:
Any
],
let
resultModel
=
YHWorkExpInfoPreview
_
NewModel
.
deserialize
(
from
:
dic
)
else
{
guard
let
dic
=
json
.
data
?
.
peel
as?
[
String
:
Any
],
let
resultModel
=
YHWorkExpInfoPreviewNewModel
.
deserialize
(
from
:
dic
)
else
{
let
error
=
YHErrorModel
(
errorCode
:
YHErrorCode
.
dictParseError
.
rawValue
,
errorMsg
:
YHErrorCode
.
dictParseError
.
description
())
let
error
=
YHErrorModel
(
errorCode
:
YHErrorCode
.
dictParseError
.
rawValue
,
errorMsg
:
YHErrorCode
.
dictParseError
.
description
())
callBackBlock
(
false
,
error
)
callBackBlock
(
false
,
error
)
return
return
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/PersonInfoList(个人信息预览)/VM/YHGCPreviewViewModel.swift
View file @
9f015eff
...
@@ -14,7 +14,7 @@ class YHGCPreviewViewModel: YHBaseViewModel {
...
@@ -14,7 +14,7 @@ class YHGCPreviewViewModel: YHBaseViewModel {
var
arrDataForWorkExpInfo
:
[
YHPreviewInfoSessionModel
]
=
[]
var
arrDataForWorkExpInfo
:
[
YHPreviewInfoSessionModel
]
=
[]
// 工作经验 2024新政
// 工作经验 2024新政
var
workExpInfoPreviewModel2
:
YHWorkExpInfoPreview
_
NewModel
?
var
workExpInfoPreviewModel2
:
YHWorkExpInfoPreviewNewModel
?
var
arrDataForWorkExpInfoNew
:
[
YHPreviewInfoSessionModel
]
=
[]
var
arrDataForWorkExpInfoNew
:
[
YHPreviewInfoSessionModel
]
=
[]
// 学历/专业资格
// 学历/专业资格
...
@@ -51,7 +51,7 @@ extension YHGCPreviewViewModel {
...
@@ -51,7 +51,7 @@ extension YHGCPreviewViewModel {
printLog
(
"model 是 ==>
\(
json
)
"
)
printLog
(
"model 是 ==>
\(
json
)
"
)
if
json
.
code
==
200
{
if
json
.
code
==
200
{
guard
let
dic
=
json
.
data
?
.
peel
as?
[
String
:
Any
],
let
resultModel
=
YHWorkExpInfoPreview
_
NewModel
.
deserialize
(
from
:
dic
)
else
{
guard
let
dic
=
json
.
data
?
.
peel
as?
[
String
:
Any
],
let
resultModel
=
YHWorkExpInfoPreviewNewModel
.
deserialize
(
from
:
dic
)
else
{
let
error
=
YHErrorModel
(
errorCode
:
YHErrorCode
.
dictParseError
.
rawValue
,
errorMsg
:
YHErrorCode
.
dictParseError
.
description
())
let
error
=
YHErrorModel
(
errorCode
:
YHErrorCode
.
dictParseError
.
rawValue
,
errorMsg
:
YHErrorCode
.
dictParseError
.
description
())
callBackBlock
(
false
,
error
)
callBackBlock
(
false
,
error
)
return
return
...
...
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