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
fc80aa04
Commit
fc80aa04
authored
Apr 23, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理一处展示颜色
parent
ae925dde
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHHKEventViewController.swift
.../Classes/Modules/Home(首页)/C/YHHKEventViewController.swift
+1
-1
YHCertificateEntryCell.swift
...服务中心)/MyCertificates(我的证书)/V/YHCertificateEntryCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHKEventViewController.swift
View file @
fc80aa04
...
@@ -114,7 +114,7 @@ extension YHHKEventViewController {
...
@@ -114,7 +114,7 @@ extension YHHKEventViewController {
extension
YHHKEventViewController
{
extension
YHHKEventViewController
{
func
saveImageToPhotoLib
()
{
func
saveImageToPhotoLib
()
{
var
urlString
=
self
.
picUrl
let
urlString
=
self
.
picUrl
guard
let
url
=
URL
(
string
:
urlString
)
else
{
guard
let
url
=
URL
(
string
:
urlString
)
else
{
YHHUD
.
flash
(
message
:
"参数错误,保存失败"
)
YHHUD
.
flash
(
message
:
"参数错误,保存失败"
)
return
return
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateEntryCell.swift
View file @
fc80aa04
...
@@ -60,7 +60,7 @@ extension YHCertificateEntryCell {
...
@@ -60,7 +60,7 @@ extension YHCertificateEntryCell {
var
color
:
UIColor
=
.
failColor
var
color
:
UIColor
=
.
failColor
if
dataModel
.
checkStatus
==
0
{
if
dataModel
.
checkStatus
==
0
{
title
=
"审核中"
title
=
"审核中"
color
=
UIColor
.
labelTextColor2
color
=
UIColor
.
warnColor
}
else
if
dataModel
.
checkStatus
==
1
{
}
else
if
dataModel
.
checkStatus
==
1
{
title
=
"已完成"
title
=
"已完成"
color
=
UIColor
.
labelTextColor2
color
=
UIColor
.
labelTextColor2
...
...
pete谢兆麟
@pete
mentioned in commit
b36b941c
·
Apr 23, 2024
mentioned in commit
b36b941c
mentioned in commit b36b941c91f4a24b71a49b259734a6f470550b4d
Toggle commit list
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