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
9e18b6ef
Commit
9e18b6ef
authored
Jan 02, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信息完善bug修复
parent
b963f707
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
YHInformationPerfectListVC.swift
...(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
+3
-5
YHServiceOrderListViewController.swift
.../OrderList(服务订单)/C/YHServiceOrderListViewController.swift
+0
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
View file @
9e18b6ef
...
...
@@ -13,7 +13,6 @@ import UIKit
*/
class
YHInformationPerfectListVC
:
YHBaseViewController
{
var
orderId
:
Int
?
var
productType2
:
Int
=
0
//1-优才 2-高才
private
var
firstCheckFlag
:
Bool
=
false
private
lazy
var
serviceCenterMainReqVM
:
YHServiceCenterMainViewModel
=
{
...
...
@@ -234,7 +233,6 @@ extension YHInformationPerfectListVC {
guard
let
orderId
=
orderId
else
{
return
}
self
.
serviceCenterMainReqVM
.
getPersonInfoFillStep
(
params
:
[
"orderId"
:
orderId
])
{
success
,
error
in
if
success
{
if
self
.
serviceCenterMainReqVM
.
myInfoFillStep
==
7
{
self
.
hasSubmitFlag
=
true
}
else
{
...
...
@@ -285,7 +283,7 @@ extension YHInformationPerfectListVC {
//我的方案
@objc
func
goMySchemeVC
()
{
if
productType2
==
1
{
// 优才
if
serviceCenterMainReqVM
.
application_type
==
0
{
// 优才
YHMyNewSchemeViewController
.
shared
.
goToSchemePage
()
}
else
if
serviceCenterMainReqVM
.
application_type
==
1
||
serviceCenterMainReqVM
.
application_type
==
2
||
serviceCenterMainReqVM
.
application_type
==
3
{
// 高才ABC
...
...
@@ -302,7 +300,7 @@ extension YHInformationPerfectListVC {
private
func
goInfoListVCOp
(
index
:
Int
=
0
)
{
if
productType2
==
1
{
// 优才
if
serviceCenterMainReqVM
.
application_type
==
0
{
// 优才
let
vc
=
YHPreviewMainViewController
()
vc
.
orderId
=
orderId
vc
.
myDefaultIndex
=
index
...
...
@@ -600,7 +598,7 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
private
func
handleJumpLogicDebug
(
tapIndex
:
Int
)
{
if
productType2
==
1
{
if
serviceCenterMainReqVM
.
application_type
==
0
{
//优才
if
tapIndex
==
0
{
if
self
.
serviceCenterMainReqVM
.
informationFillStepModel
?
.
sweet_notify_status
==
0
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceOrderListViewController.swift
View file @
9e18b6ef
...
...
@@ -277,7 +277,6 @@ class YHServiceOrderListViewController: YHBaseViewController {
// UIViewController.current?.navigationController?.pushViewController(vc)
let
vc
=
YHInformationPerfectListVC
()
vc
.
productType2
=
productType
vc
.
orderId
=
orderId
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
...
...
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