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
8443b04b
Commit
8443b04b
authored
Dec 30, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 高才
parent
9d376840
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
YHMyFileListViewController.swift
...MAS(优才)/FileList(文件清单)/C/YHMyFileListViewController.swift
+1
-0
YHMyFileListFooterView.swift
...心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListFooterView.swift
+16
-0
YHGCMyFileListViewController.swift
...S(高才)/FileList(文件清单)/C/YHGCMyFileListViewController.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/FileList(文件清单)/C/YHMyFileListViewController.swift
View file @
8443b04b
...
...
@@ -381,6 +381,7 @@ extension YHMyFileListViewController : UITableViewDelegate, UITableViewDataSourc
func
tableView
(
_
tableView
:
UITableView
,
viewForFooterInSection
section
:
Int
)
->
UIView
?
{
if
section
==
items
.
count
-
1
{
let
view
=
YHMyFileListFooterView
(
frame
:
.
zero
)
view
.
type
=
.
qmas
return
view
}
let
view
=
UIView
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/FileList(文件清单)/V/YHMyFileListFooterView.swift
View file @
8443b04b
...
...
@@ -8,7 +8,23 @@
import
UIKit
enum
YHFileListFooterType
:
Int
{
case
qmas
=
0
// 优才
case
ttps
=
1
// 高才
}
class
YHMyFileListFooterView
:
UIView
{
var
type
:
YHFileListFooterType
=
.
qmas
{
didSet
{
if
type
==
.
qmas
{
thanksLabel
.
text
=
"*感谢您对银河集团的信赖,以上信息均用于香港优才签证申请银河集团承诺对您所提供的信息将绝对保密"
}
else
if
type
==
.
ttps
{
thanksLabel
.
text
=
"*感谢您对银河集团的信赖,以上信息均用于香港高才签证申请银河集团承诺对您所提供的信息将绝对保密"
}
}
}
lazy
var
whiteContentView
:
UIView
=
{
let
view
=
UIView
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/FileList(文件清单)/C/YHGCMyFileListViewController.swift
View file @
8443b04b
...
...
@@ -382,6 +382,7 @@ extension YHGCMyFileListViewController : UITableViewDelegate, UITableViewDataSou
func
tableView
(
_
tableView
:
UITableView
,
viewForFooterInSection
section
:
Int
)
->
UIView
?
{
if
section
==
items
.
count
-
1
{
let
view
=
YHMyFileListFooterView
(
frame
:
.
zero
)
view
.
type
=
.
ttps
return
view
}
let
view
=
UIView
()
...
...
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