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
054d5b98
Commit
054d5b98
authored
Dec 24, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 我的方案入口
parent
47c8d594
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
YHInformationPerfectListVC.swift
...(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
+7
-1
YHServiceOrderListViewController.swift
.../OrderList(服务订单)/C/YHServiceOrderListViewController.swift
+2
-0
YHAcademicPreviewModel.swift
...流程)/PersonInfoList(个人信息预览)/M/YHAcademicPreviewModel.swift
+5
-1
YhConstant.swift
galaxy/galaxy/Classes/Tools/Helper/YhConstant.swift
+0
-12
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
View file @
054d5b98
...
...
@@ -264,7 +264,13 @@ extension YHInformationPerfectListVC {
//我的方案
@objc
func
goMySchemeVC
()
{
YHMyNewSchemeViewController
.
shared
.
goToSchemePage
()
if
productType
==
0
{
// 优才
YHMyNewSchemeViewController
.
shared
.
goToSchemePage
()
}
else
if
productType
==
1
||
productType
==
2
||
productType
==
3
{
// 高才ABC
let
vc
=
YHGCMineSchemeViewController
()
navigationController
?
.
pushViewController
(
vc
)
}
}
@objc
func
goInfoListVC
(
)
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceOrderListViewController.swift
View file @
054d5b98
...
...
@@ -283,6 +283,8 @@ class YHServiceOrderListViewController: YHBaseViewController {
}
else
if
type
==
202
{
//高才我的方案
let
vc
=
YHGCMineSchemeViewController
()
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
type
==
203
{
//高才我的证件
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/PersonInfoList(个人信息预览)/M/YHAcademicPreviewModel.swift
View file @
054d5b98
...
...
@@ -16,7 +16,7 @@ class YHAcademicPreviewModel: SmartCodable {
var
edu_count
:
Int
=
0
var
qla_count
:
Int
=
0
var
is_married
:
Int
=
0
var
is_name_same
:
Bool
=
false
var
edu_list
:
[
eduListModel
]?
var
qla_list
:
[
qlaListModel
]?
...
...
@@ -36,9 +36,13 @@ class eduListModel: SmartCodable {
var
professional
:
String
=
""
var
background
:
String
=
""
var
degree_type
:
String
=
""
var
cert_confirm
:
Int
=
0
var
school_address
:
schoolAddressModel
?
var
major_other
:
String
=
""
var
has_bachelor_degree
:
Int
=
0
required
init
()
{
}
}
...
...
galaxy/galaxy/Classes/Tools/Helper/YhConstant.swift
View file @
054d5b98
...
...
@@ -193,18 +193,6 @@ func configTabBarController() -> YHTabBarViewController {
}
return
false
}
tabBarController
.
didHijackHandler
=
{
tabBarController
,
viewController
,
index
in
if
index
==
ai_tabIndex
{
if
!
YHLoginManager
.
shared
.
isLogin
()
{
YHOneKeyLoginManager
.
shared
.
oneKeyLogin
()
return
}
let
vc
=
YHAITabViewController
()
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
}
v0
.
tabBarItem
=
ESTabBarItem
.
init
(
YHHomeLottieAnimateContentView
(),
title
:
"首页"
,
image
:
UIImage
(
named
:
"home"
),
selectedImage
:
UIImage
(
named
:
"home_1"
))
...
...
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