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
75506d1f
Commit
75506d1f
authored
Apr 26, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
efc3225c
' into xiezhaolin
parents
7d4512e8
efc3225c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+24
-0
YHCertificateEntryHeadView.swift
...)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
+2
-2
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
75506d1f
...
@@ -998,6 +998,29 @@
...
@@ -998,6 +998,29 @@
path
=
Model
;
path
=
Model
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
};
};
0428E2252BDB7E4F0032A7A1
/* CustomerService(客服段) */
=
{
isa
=
PBXGroup
;
children
=
(
0428E22B2BDB7EEC0032A7A1
/* FormalBatch(正式批) */
,
0428E22A2BDB7EAA0032A7A1
/* PrincipleBatch(原则批) */
,
);
path
=
"CustomerService(客服段)"
;
sourceTree
=
"<group>"
;
};
0428E22A2BDB7EAA0032A7A1
/* PrincipleBatch(原则批) */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
"PrincipleBatch(原则批)"
;
sourceTree
=
"<group>"
;
};
0428E22B2BDB7EEC0032A7A1
/* FormalBatch(正式批) */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
"FormalBatch(正式批)"
;
sourceTree
=
"<group>"
;
};
045EED972B9F171A0022A143
/* ServiceProcess(我的信息流程) */
=
{
045EED972B9F171A0022A143
/* ServiceProcess(我的信息流程) */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
...
@@ -2161,6 +2184,7 @@
...
@@ -2161,6 +2184,7 @@
A5ACE9162B4564F7002C94D2
/* IntelligentService(服务中心) */
=
{
A5ACE9162B4564F7002C94D2
/* IntelligentService(服务中心) */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
0428E2252BDB7E4F0032A7A1
/* CustomerService(客服段) */
,
A525D22C2BA837C5001A84F5
/* FileList(文件清单) */
,
A525D22C2BA837C5001A84F5
/* FileList(文件清单) */
,
A525D22A2BA836D6001A84F5
/* MyScheme(我的方案) */
,
A525D22A2BA836D6001A84F5
/* MyScheme(我的方案) */
,
045EEE1B2B9F171A0022A143
/* MySignature(我的签字) */
,
045EEE1B2B9F171A0022A143
/* MySignature(我的签字) */
,
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
View file @
75506d1f
...
@@ -29,7 +29,7 @@ class YHCertificateEntryHeadView: UIView {
...
@@ -29,7 +29,7 @@ class YHCertificateEntryHeadView: UIView {
}
}
private
lazy
var
nameLable
:
UILabel
=
{
private
lazy
var
nameLable
:
UILabel
=
{
let
titleLable
=
UILabel
(
text
:
"
您好,李先生
"
)
let
titleLable
=
UILabel
(
text
:
""
)
titleLable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
21
)
titleLable
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
21
)
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
lineBreakMode
=
.
byTruncatingMiddle
titleLable
.
lineBreakMode
=
.
byTruncatingMiddle
...
@@ -38,7 +38,7 @@ class YHCertificateEntryHeadView: UIView {
...
@@ -38,7 +38,7 @@ class YHCertificateEntryHeadView: UIView {
private
lazy
var
statiticLable
:
UILabel
=
{
private
lazy
var
statiticLable
:
UILabel
=
{
let
titleLable
=
UILabel
(
text
:
"待上传
2件,已驳回3件,审核中4件,已完成1
0件"
)
let
titleLable
=
UILabel
(
text
:
"待上传
0件,已驳回0件,审核中0件,已完成
0件"
)
titleLable
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
titleLable
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
13
)
titleLable
.
textColor
=
UIColor
.
mainTextColor
titleLable
.
textColor
=
UIColor
.
mainTextColor
return
titleLable
return
titleLable
...
...
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