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
75c7d1f2
Commit
75c7d1f2
authored
Aug 29, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
b852b82d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
YHAdopterCardOtherGuideView.swift
...)/AddAdopters(2新增受养人)/V/YHAdopterCardOtherGuideView.swift
+3
-3
YHUploadCertificateVC.swift
.../UploadCertificate(7上传过关证件)/C/YHUploadCertificateVC.swift
+1
-1
YHVisaPaymentVC.swift
...ificate(办证段)/VisaPayment(4电子签字缴费)/C/YHVisaPaymentVC.swift
+1
-1
YHOffivialApprovalGuildLineCheckView.swift
...pproval(正式批)/V/YHOffivialApprovalGuildLineCheckView.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/V/YHAdopterCardOtherGuideView.swift
View file @
75c7d1f2
...
@@ -46,12 +46,12 @@ class YHAdopterCardOtherGuideView: UIView {
...
@@ -46,12 +46,12 @@ class YHAdopterCardOtherGuideView: UIView {
return
view
return
view
}()
}()
//我已
悉知
,确认
//我已
知悉
,确认
lazy
var
rewardBtn
:
UIButton
=
{
lazy
var
rewardBtn
:
UIButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"我已
悉知
,确认"
,
for
:
.
normal
)
button
.
setTitle
(
"我已
知悉
,确认"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
clipsToBounds
=
true
button
.
clipsToBounds
=
true
...
@@ -143,7 +143,7 @@ private extension YHAdopterCardOtherGuideView {
...
@@ -143,7 +143,7 @@ private extension YHAdopterCardOtherGuideView {
func
setButtonEnable
(
_
enable
:
Bool
)
{
func
setButtonEnable
(
_
enable
:
Bool
)
{
rewardBtn
.
isEnabled
=
enable
rewardBtn
.
isEnabled
=
enable
if
enable
{
if
enable
{
rewardBtn
.
setTitle
(
"我已
悉知
,确认"
,
for
:
.
normal
)
rewardBtn
.
setTitle
(
"我已
知悉
,确认"
,
for
:
.
normal
)
rewardBtn
.
backgroundColor
=
UIColor
.
brandMainColor
rewardBtn
.
backgroundColor
=
UIColor
.
brandMainColor
}
else
{
}
else
{
rewardBtn
.
setTitle
(
"请上滑看完指引后操作(5s)"
,
for
:
.
normal
)
rewardBtn
.
setTitle
(
"请上滑看完指引后操作(5s)"
,
for
:
.
normal
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/UploadCertificate(7上传过关证件)/C/YHUploadCertificateVC.swift
View file @
75c7d1f2
...
@@ -34,7 +34,7 @@ class YHUploadCertificateVC: YHBaseViewController {
...
@@ -34,7 +34,7 @@ class YHUploadCertificateVC: YHBaseViewController {
}()
}()
//我已
悉知
,确认
//我已
知悉
,确认
lazy
var
rewardBtn
:
UIButton
=
{
lazy
var
rewardBtn
:
UIButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/VisaPayment(4电子签字缴费)/C/YHVisaPaymentVC.swift
View file @
75c7d1f2
...
@@ -37,7 +37,7 @@ class YHVisaPaymentVC: YHBaseViewController {
...
@@ -37,7 +37,7 @@ class YHVisaPaymentVC: YHBaseViewController {
}()
}()
//我已
悉知
,确认
//我已
知悉
,确认
lazy
var
rewardBtn
:
UIButton
=
{
lazy
var
rewardBtn
:
UIButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApproval(正式批)/V/YHOffivialApprovalGuildLineCheckView.swift
View file @
75c7d1f2
...
@@ -41,12 +41,12 @@ class YHOffivialApprovalGuildLineCheckView: UIView {
...
@@ -41,12 +41,12 @@ class YHOffivialApprovalGuildLineCheckView: UIView {
return
view
return
view
}()
}()
//我已
悉知
,确认
//我已
知悉
,确认
lazy
var
rewardBtn
:
UIButton
=
{
lazy
var
rewardBtn
:
UIButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
15
)
button
.
contentHorizontalAlignment
=
.
center
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"我已
悉知
,确认"
,
for
:
.
normal
)
button
.
setTitle
(
"我已
知悉
,确认"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
clipsToBounds
=
true
button
.
clipsToBounds
=
true
...
@@ -163,7 +163,7 @@ private extension YHOffivialApprovalGuildLineCheckView {
...
@@ -163,7 +163,7 @@ private extension YHOffivialApprovalGuildLineCheckView {
func
setButtonEnable
(
_
enable
:
Bool
)
{
func
setButtonEnable
(
_
enable
:
Bool
)
{
rewardBtn
.
isEnabled
=
enable
rewardBtn
.
isEnabled
=
enable
if
enable
{
if
enable
{
rewardBtn
.
setTitle
(
"我已
悉知
,确认"
,
for
:
.
normal
)
rewardBtn
.
setTitle
(
"我已
知悉
,确认"
,
for
:
.
normal
)
rewardBtn
.
backgroundColor
=
UIColor
.
brandMainColor
rewardBtn
.
backgroundColor
=
UIColor
.
brandMainColor
}
else
{
}
else
{
rewardBtn
.
setTitle
(
"请上滑看完指引后操作(5s)"
,
for
:
.
normal
)
rewardBtn
.
setTitle
(
"请上滑看完指引后操作(5s)"
,
for
:
.
normal
)
...
...
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