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
7a9071ae
Commit
7a9071ae
authored
Apr 10, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
77f4450f
' into xiezhaolin
parents
bcfaed22
77f4450f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
YHFileListViewController.swift
...ice(服务中心)/FileList(文件清单)/C/YHFileListViewController.swift
+1
-1
YHCertificateViewModel.swift
...务中心)/MyCertificates(我的证书)/VM/YHCertificateViewModel.swift
+1
-1
YHWholeScreenTipsView.swift
...y/galaxy/Classes/Tools/Helper/YHWholeScreenTipsView.swift
+7
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/FileList(文件清单)/C/YHFileListViewController.swift
View file @
7a9071ae
...
...
@@ -63,7 +63,7 @@ class YHFileListViewController: YHBaseViewController {
private
lazy
var
footLable
:
UILabel
=
{
let
footLable
=
UILabel
()
footLable
.
text
=
"*感谢您对银河移民的信赖,以上信息均用于香港优才签证申
请
银河移民承诺对您所提供的信息将绝对保密"
footLable
.
text
=
"*感谢您对银河移民的信赖,以上信息均用于香港优才签证申
请,
银河移民承诺对您所提供的信息将绝对保密"
footLable
.
textColor
=
.
white
footLable
.
textAlignment
=
.
center
footLable
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
12
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/VM/YHCertificateViewModel.swift
View file @
7a9071ae
...
...
@@ -81,7 +81,7 @@ class YHCertificateViewModel: YHBaseViewModel {
let
tmpModel
=
YHFileListModel
()
tmpModel
.
ApplicantName
=
"温馨提示"
tmpModel
.
type
=
1
tmpModel
.
arrTxt
=
[
"1.以上资料请提供清晰完整的彩色扫描件。"
,
"2.照片最好同时提供电子档及时通知我们以避免对申请结果产生影响。"
,
"3.申请递交之后,如目前所报备的情况有任何变化(包含婚姻状况、新生子女、工作情况、亲属关系变化,请及时通知我们以避免对申请结果产生影响。"
]
tmpModel
.
arrTxt
=
[
"1.以上资料请提供清晰完整的彩色扫描件。"
,
"2.照片最好同时提供电子档及时通知我们以避免对申请结果产生影响。"
,
"3.申请递交之后,如目前所报备的情况有任何变化(包含婚姻状况、新生子女、工作情况、亲属关系变化
)
,请及时通知我们以避免对申请结果产生影响。"
]
arr
.
append
(
tmpModel
)
self
.
arrFileListData
=
arr
...
...
galaxy/galaxy/Classes/Tools/Helper/YHWholeScreenTipsView.swift
View file @
7a9071ae
...
...
@@ -29,7 +29,7 @@ class YHWholeScreenTipsView: UIView {
lazy
var
blackMaskView
:
UIView
=
{
let
view
=
UIView
()
view
.
backgroundColor
=
UIColor
(
hex
:
0x000000
,
alpha
:
0.1
)
view
.
backgroundColor
=
.
clear
let
tap
=
UITapGestureRecognizer
(
target
:
self
,
action
:
#selector(
dismiss
)
)
view
.
addGestureRecognizer
(
tap
)
return
view
...
...
@@ -112,9 +112,14 @@ class YHWholeScreenTipsView: UIView {
make
.
edges
.
equalTo
(
0
)
}
let
rrrrr
=
targetView
.
convert
(
targetView
.
bounds
,
to
:
UIApplication
.
shared
.
yhKeyWindow
())
let
left
=
rrrrr
.
origin
.
x
var
left
=
rrrrr
.
origin
.
x
let
top
=
rrrrr
.
origin
.
y
+
targetView
.
height
+
5
let
offset
=
left
+
214
-
KScreenWidth
if
offset
>
0
{
left
=
left
-
offset
-
16
}
whiteContentView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
equalToSuperview
()
.
offset
(
left
)
make
.
top
.
equalToSuperview
()
.
offset
(
top
)
...
...
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