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
e238acf2
Commit
e238acf2
authored
May 29, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换图片
parent
6d98adbc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
3 deletions
+3
-3
YHFormItemExpireDateCell.swift
...程)/FamilyMember(家庭成员信息表)/V/YHFormItemExpireDateCell.swift
+1
-1
YHInformationFillTipsAlertView.swift
...igentService(服务中心)/V/YHInformationFillTipsAlertView.swift
+1
-1
YHLoginPrivacyView.swift
...laxy/Classes/Modules/Login(登录)/V/YHLoginPrivacyView.swift
+1
-1
Rectangle 2490@2x.png
...gin/login_privacy_disagree.imageset/Rectangle 2490@2x.png
+0
-0
Rectangle 2490@3x.png
...gin/login_privacy_disagree.imageset/Rectangle 2490@3x.png
+0
-0
Contents.json
.../Login/login_privacy_disagree_grey.imageset/Contents.json
+0
-0
Rectangle 2490@2x.png
...ogin_privacy_disagree_grey.imageset/Rectangle 2490@2x.png
+0
-0
Rectangle 2490@3x.png
...ogin_privacy_disagree_grey.imageset/Rectangle 2490@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHFormItemExpireDateCell.swift
View file @
e238acf2
...
...
@@ -89,7 +89,7 @@ class YHFormItemExpireDateCell: UITableViewCell {
btn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
btn
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
btn
.
iconInLeft
(
spacing
:
6
)
let
unselectImg
=
UIImage
(
named
:
"login_privacy_disagree"
)
let
unselectImg
=
UIImage
(
named
:
"login_privacy_disagree
_white
"
)
let
selectImg
=
UIImage
(
named
:
"login_privacy_agree"
)
btn
.
setImage
(
unselectImg
,
for
:
.
normal
)
btn
.
setImage
(
selectImg
,
for
:
.
selected
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHInformationFillTipsAlertView.swift
View file @
e238acf2
...
...
@@ -186,7 +186,7 @@ class YHInformationFillTipsAlertView: UIView {
}
let
selectedBtn
=
UIButton
(
type
:
.
custom
)
selectedBtn
.
setImage
(
UIImage
(
named
:
"login_privacy_disagree"
),
for
:
.
normal
)
selectedBtn
.
setImage
(
UIImage
(
named
:
"login_privacy_disagree
_grey
"
),
for
:
.
normal
)
selectedBtn
.
setImage
(
UIImage
(
named
:
"login_privacy_agree"
),
for
:
.
selected
)
selectedBtn
.
addTarget
(
self
,
action
:
#selector(
onClickAgree
)
,
for
:
.
touchUpInside
)
footer
.
addSubview
(
selectedBtn
)
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHLoginPrivacyView.swift
View file @
e238acf2
...
...
@@ -32,7 +32,7 @@ class YHLoginPrivacyView: UIView {
func
setView
()
{
agreeButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
button
.
setBackgroundImage
(
UIImage
(
named
:
"login_privacy_disagree"
),
for
:
.
normal
)
button
.
setBackgroundImage
(
UIImage
(
named
:
"login_privacy_disagree
_white
"
),
for
:
.
normal
)
button
.
setBackgroundImage
(
UIImage
(
named
:
"login_privacy_agree_white"
),
for
:
.
selected
)
button
.
addTarget
(
self
,
action
:
#selector(
agreeClick
)
,
for
:
.
touchUpInside
)
return
button
...
...
galaxy/galaxy/Res/Assets.xcassets/Login/login_privacy_disagree.imageset/Rectangle 2490@2x.png
deleted
100644 → 0
View file @
6d98adbc
242 Bytes
galaxy/galaxy/Res/Assets.xcassets/Login/login_privacy_disagree.imageset/Rectangle 2490@3x.png
deleted
100644 → 0
View file @
6d98adbc
326 Bytes
galaxy/galaxy/Res/Assets.xcassets/Login/login_privacy_disagree.imageset/Contents.json
→
galaxy/galaxy/Res/Assets.xcassets/Login/login_privacy_disagree
_grey
.imageset/Contents.json
View file @
e238acf2
File moved
galaxy/galaxy/Res/Assets.xcassets/Login/login_privacy_disagree_grey.imageset/Rectangle 2490@2x.png
0 → 100644
View file @
e238acf2
587 Bytes
galaxy/galaxy/Res/Assets.xcassets/Login/login_privacy_disagree_grey.imageset/Rectangle 2490@3x.png
0 → 100644
View file @
e238acf2
864 Bytes
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