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
60fddcb2
Commit
60fddcb2
authored
Feb 27, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改 step
2、处理一处bug
parent
6056094e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
YHServiceCenterMainViewModel.swift
...ligentService(服务中心)/VM/YHServiceCenterMainViewModel.swift
+12
-1
YHAllApiName.swift
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
+4
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/VM/YHServiceCenterMainViewModel.swift
View file @
60fddcb2
...
...
@@ -186,11 +186,14 @@ extension YHServiceCenterMainViewModel {
callBackBlock
(
false
,
nil
)
return
}
if
model
.
code
==
200
{
informationFillStepModel
=
resultModel
myInfoFillStep
=
resultModel
.
step
let
arr
=
[
1
,
2
,
3
,
4
,
5
,
6
]
let
target
=
myInfoFillStep
//for test hjl 待填写的项目
let
target
=
myInfoFillStep
for
item
in
arr
{
let
model
=
YHInformationPerfectModel
()
model
.
type
=
item
...
...
@@ -215,6 +218,14 @@ extension YHServiceCenterMainViewModel {
}
callBackBlock
(
true
,
nil
)
}
else
{
let
error
:
YHErrorModel
=
YHErrorModel
(
errorCode
:
Int32
(
model
.
code
),
errorMsg
:
model
.
msg
)
self
.
arrInfoFillStep
=
[]
informationFillStepModel
=
nil
}
}
failBlock
:
{
err
in
self
.
arrInfoFillStep
=
[]
self
.
informationFillStepModel
=
nil
...
...
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
View file @
60fddcb2
...
...
@@ -37,9 +37,11 @@ class YHAllApiName {
static
let
scoreDetailApi
=
"frontend/order-assessment/score_detail"
//获取其他资料填写信息
static
let
otherInfoFillApi
=
"frontend/order/getOrderOtherInformation"
// static let otherInfoFillApi = "frontend/order/getOrderOtherInformation"
static
let
otherInfoFillApi
=
"infoflow/order/getOrderOtherInformation"
//保存其他资料信息
static
let
updateOtherInfoApi
=
"frontend/order/updateOrderOtherInformation"
// static let updateOtherInfoApi = "frontend/order/updateOrderOtherInformation"
static
let
updateOtherInfoApi
=
"infoflow/order/updateOrderOtherInformation"
}
...
...
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