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
c7be0525
Commit
c7be0525
authored
Mar 07, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 step == 6 导致出错的bug
parent
3a7672c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
YHServiceCenterMainViewModel.swift
...ligentService(服务中心)/VM/YHServiceCenterMainViewModel.swift
+2
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/VM/YHServiceCenterMainViewModel.swift
View file @
c7be0525
...
@@ -128,7 +128,8 @@ extension YHServiceCenterMainViewModel {
...
@@ -128,7 +128,8 @@ extension YHServiceCenterMainViewModel {
return
return
}
}
if
resultModel
.
fill_info_step
>=
6
{
if
resultModel
.
fill_info_step
>
6
{
//resultModel.fill_info_step == 7的时候表示 我的信息填写完成
let
model
=
YHContactMainItemStatusModel
()
let
model
=
YHContactMainItemStatusModel
()
model
.
type
=
1
model
.
type
=
1
model
.
isFinished
=
true
model
.
isFinished
=
true
...
...
pete谢兆麟
@pete
mentioned in commit
5e5d8f72
·
Mar 07, 2024
mentioned in commit
5e5d8f72
mentioned in commit 5e5d8f7294e0dec40384433187cf220353cce181
Toggle commit list
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