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
b963f707
Commit
b963f707
authored
Jan 02, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优才信息完善
parent
c8bcd08b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
YHInformationPerfectListVC.swift
...(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
+0
-1
YHServiceCenterMainViewModel.swift
...中心)/OrderList(服务订单)/VM/YHServiceCenterMainViewModel.swift
+2
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
View file @
b963f707
...
@@ -111,7 +111,6 @@ class YHInformationPerfectListVC: YHBaseViewController {
...
@@ -111,7 +111,6 @@ class YHInformationPerfectListVC: YHBaseViewController {
override
func
viewDidLoad
()
{
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
super
.
viewDidLoad
()
serviceCenterMainReqVM
.
productType2
=
productType2
setupUI
()
setupUI
()
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/VM/YHServiceCenterMainViewModel.swift
View file @
b963f707
...
@@ -10,7 +10,6 @@ import UIKit
...
@@ -10,7 +10,6 @@ import UIKit
import
SmartCodable
import
SmartCodable
class
YHServiceCenterMainViewModel
:
YHBaseViewModel
{
class
YHServiceCenterMainViewModel
:
YHBaseViewModel
{
var
productType2
:
Int
=
0
//1-优才 2-高才
var
application_type
:
Int
=
0
// 高才 才使用该数据 1-高A 2-高B 3-高C
var
application_type
:
Int
=
0
// 高才 才使用该数据 1-高A 2-高B 3-高C
//合同列表 数据
//合同列表 数据
...
@@ -317,7 +316,7 @@ extension YHServiceCenterMainViewModel {
...
@@ -317,7 +316,7 @@ extension YHServiceCenterMainViewModel {
var
arr
:
[
Int
]
=
[]
var
arr
:
[
Int
]
=
[]
if
productType2
==
1
{
if
application_type
==
0
{
//优才
//优才
arr
=
[
0
,
1
,
2
,
3
,
4
,
5
,
8
]
arr
=
[
0
,
1
,
2
,
3
,
4
,
5
,
8
]
}
else
if
application_type
==
1
{
}
else
if
application_type
==
1
{
...
@@ -343,7 +342,7 @@ extension YHServiceCenterMainViewModel {
...
@@ -343,7 +342,7 @@ extension YHServiceCenterMainViewModel {
for
(
index
,
item
)
in
arr
.
enumerated
()
{
for
(
index
,
item
)
in
arr
.
enumerated
()
{
let
model
=
YHInformationPerfectModel
()
let
model
=
YHInformationPerfectModel
()
model
.
productType
=
productType2
==
1
?
0
:
application_type
model
.
productType
=
application_type
model
.
helpModel
=
resultModel
model
.
helpModel
=
resultModel
model
.
type
=
item
model
.
type
=
item
arrInfoFillStep
.
append
(
model
)
arrInfoFillStep
.
append
(
model
)
...
...
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