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
161fe2d8
Commit
161fe2d8
authored
May 21, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务中心逻辑
parent
b83e48b8
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
15 deletions
+35
-15
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+8
-8
YHServiceCenterViewController.swift
...中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
+25
-5
YHServiceOrderListViewController.swift
.../OrderList(服务订单)/C/YHServiceOrderListViewController.swift
+0
-0
YHContactItemModel.swift
...tService(服务中心)/OrderList(服务订单)/M/YHContactItemModel.swift
+1
-1
YHServiceOrderProgressTableViewCell.swift
...derList(服务订单)/V/YHServiceOrderProgressTableViewCell.swift
+0
-0
YHAnalytics.swift
galaxy/galaxy/Classes/Tools/Analytics/YHAnalytics.swift
+1
-1
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
161fe2d8
...
...
@@ -8494,7 +8494,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyTestEnv.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8521,7 +8521,7 @@
"$(inherited)"
,
"@executable_path/Frameworks"
,
);
MARKETING_VERSION
=
2.2.
3
;
MARKETING_VERSION
=
2.2.
4
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.intelligence.galaxy
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
...
...
@@ -8642,7 +8642,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8669,7 +8669,7 @@
"$(inherited)"
,
"@executable_path/Frameworks"
,
);
MARKETING_VERSION
=
2.2.
3
;
MARKETING_VERSION
=
2.2.
4
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.intelligence.galaxy
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
...
...
@@ -8852,7 +8852,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyDebug.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8879,7 +8879,7 @@
"$(inherited)"
,
"@executable_path/Frameworks"
,
);
MARKETING_VERSION
=
2.2.
3
;
MARKETING_VERSION
=
2.2.
4
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.intelligence.galaxy
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
...
...
@@ -8902,7 +8902,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8929,7 +8929,7 @@
"$(inherited)"
,
"@executable_path/Frameworks"
,
);
MARKETING_VERSION
=
2.2.
3
;
MARKETING_VERSION
=
2.2.
4
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.intelligence.galaxy
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
View file @
161fe2d8
...
...
@@ -341,8 +341,12 @@ extension YHServiceCenterViewController {
self
.
homeTableView
.
tableHeaderView
=
UIView
()
if
self
.
model
.
product_type
==
1
{
self
.
titleLabel
.
setTitle
(
"优才审批阶段"
,
for
:
.
normal
)
}
else
{
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"留学审批阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
}
...
...
@@ -362,8 +366,12 @@ extension YHServiceCenterViewController {
self
.
headView
.
dataSource
=
self
.
serviceCenterMainReqVM
.
mainModel
.
renewalSection
.
list
if
self
.
model
.
product_type
==
1
{
self
.
titleLabel
.
setTitle
(
"优才续签阶段"
,
for
:
.
normal
)
}
else
{
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"留学续签阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
self
.
isCanSelectStep
=
true
...
...
@@ -413,8 +421,12 @@ extension YHServiceCenterViewController {
self
.
homeTableView
.
tableHeaderView
=
UIView
()
if
self
.
model
.
product_type
==
1
{
self
.
titleLabel
.
setTitle
(
"优才申请阶段"
,
for
:
.
normal
)
}
else
{
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才申请阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才申请阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"留学申请阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
""
),
for
:
.
normal
)
}
...
...
@@ -423,8 +435,12 @@ extension YHServiceCenterViewController {
self
.
homeTableView
.
tableHeaderView
=
UIView
()
if
self
.
model
.
product_type
==
1
{
self
.
titleLabel
.
setTitle
(
"优才审批阶段"
,
for
:
.
normal
)
}
else
{
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"留学审批阶段"
,
for
:
.
normal
)
}
if
isCanSelectStep
{
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
...
...
@@ -448,8 +464,12 @@ extension YHServiceCenterViewController {
self
.
headView
.
dataSource
=
self
.
serviceCenterMainReqVM
.
mainModel
.
renewalSection
.
list
if
self
.
model
.
product_type
==
1
{
self
.
titleLabel
.
setTitle
(
"优才续签阶段"
,
for
:
.
normal
)
}
else
{
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"留学续签阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceOrderListViewController.swift
View file @
161fe2d8
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/M/YHContactItemModel.swift
View file @
161fe2d8
...
...
@@ -18,7 +18,7 @@ struct YHContactItemModel: SmartCodable {
var
type
:
String
=
""
var
mobile
:
String
=
""
var
status
:
Int
=
0
var
product_type
:
Int
=
0
// 1-优才 2-高才
var
product_type
:
Int
=
0
// 1-优才 2-高才
// 3-专才 // 4-留学
var
isOther
:
Bool
=
false
// 是否协作单
var
service_name
:
String
=
""
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/V/YHServiceOrderProgressTableViewCell.swift
View file @
161fe2d8
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Tools/Analytics/YHAnalytics.swift
View file @
161fe2d8
...
...
@@ -17,7 +17,7 @@ class YHAnalytics {
#if DEBUG
let
options
=
SAConfigOptions
.
init
(
serverURL
:
YhConstant
.
SensorsAnalytics
.
urlForTest
,
launchOptions
:
launchOptions
)
// 开启log
options
.
enableLog
=
tru
e
options
.
enableLog
=
fals
e
SensorsAnalyticsSDK
.
sharedInstance
()?
.
set
([
"evn"
:
"test"
])
#elseif TESTENV
let
options
=
SAConfigOptions
.
init
(
serverURL
:
YhConstant
.
SensorsAnalytics
.
urlForTest
,
launchOptions
:
launchOptions
)
...
...
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