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
9000af27
Commit
9000af27
authored
Dec 25, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 高才
parent
496f4fec
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
4 deletions
+27
-4
YHGCMyFileListViewController.swift
...S(高才)/FileList(文件清单)/C/YHGCMyFileListViewController.swift
+3
-2
YHGCEducationInfoListVC.swift
...n&Qualification(学历专业资格填写)/C/YHGCEducationInfoListVC.swift
+2
-2
Contents.json
...rviceCenter/我的证书/my_filelist_gc_bg.imageset/Contents.json
+22
-0
待完善清单-头图背景@2x.png
...eCenter/我的证书/my_filelist_gc_bg.imageset/待完善清单-头图背景@2x.png
+0
-0
待完善清单-头图背景@3x.png
...eCenter/我的证书/my_filelist_gc_bg.imageset/待完善清单-头图背景@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/FileList(文件清单)/C/YHGCMyFileListViewController.swift
View file @
9000af27
...
@@ -77,7 +77,7 @@ class YHGCMyFileListViewController: YHBaseViewController {
...
@@ -77,7 +77,7 @@ class YHGCMyFileListViewController: YHBaseViewController {
}()
}()
lazy
var
bgImgView
:
UIImageView
=
{
lazy
var
bgImgView
:
UIImageView
=
{
let
bgView
=
UIImageView
(
image
:
UIImage
(
named
:
"my_filelist_bg"
))
let
bgView
=
UIImageView
(
image
:
UIImage
(
named
:
"my_filelist_
gc_
bg"
))
return
bgView
return
bgView
}()
}()
...
@@ -244,7 +244,8 @@ class YHGCMyFileListViewController: YHBaseViewController {
...
@@ -244,7 +244,8 @@ class YHGCMyFileListViewController: YHBaseViewController {
let
textColor
=
UIColor
.
mainTextColor70
let
textColor
=
UIColor
.
mainTextColor70
let
countColor
=
UIColor
.
brandMainColor
let
countColor
=
UIColor
.
brandMainColor
let
textFont
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
let
textFont
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
let
countFont
=
UIFont
.
PFSC_B
(
ofSize
:
16
)
let
countFont
=
UIFont
(
name
:
"DINAlternate-Bold"
,
size
:
16
)
!
let
a
:
ASAttributedString
=
.
init
(
"您有 "
,
.
font
(
textFont
),
.
foreground
(
textColor
))
let
a
:
ASAttributedString
=
.
init
(
"您有 "
,
.
font
(
textFont
),
.
foreground
(
textColor
))
let
b
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
submitCount
)),
.
font
(
countFont
),
.
foreground
(
countColor
))
let
b
:
ASAttributedString
=
.
init
(
NSAttributedString
(
string
:
String
(
submitCount
)),
.
font
(
countFont
),
.
foreground
(
countColor
))
let
c
:
ASAttributedString
=
.
init
(
" 项待提交,"
,
.
font
(
textFont
),
.
foreground
(
textColor
))
let
c
:
ASAttributedString
=
.
init
(
" 项待提交,"
,
.
font
(
textFont
),
.
foreground
(
textColor
))
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHGCEducationInfoListVC.swift
View file @
9000af27
...
@@ -124,7 +124,7 @@ class YHGCEducationInfoListVC: YHBaseViewController {
...
@@ -124,7 +124,7 @@ class YHGCEducationInfoListVC: YHBaseViewController {
isDegreeEditMode
=
.
none
isDegreeEditMode
=
.
none
}
}
// 新增学历信息
// 新增学历信息
arr0
.
append
(
YHFormAddItem
(
type
:
.
addEducation
))
//
arr0.append(YHFormAddItem(type: .addEducation))
items
.
append
(
arr0
)
items
.
append
(
arr0
)
// 主申请人专业资格及会员资格
// 主申请人专业资格及会员资格
...
@@ -316,7 +316,7 @@ extension YHGCEducationInfoListVC : UITableViewDelegate, UITableViewDataSource {
...
@@ -316,7 +316,7 @@ extension YHGCEducationInfoListVC : UITableViewDelegate, UITableViewDataSource {
if
let
college
=
eduInfo
.
college
,
!
college
.
isEmpty
{
if
let
college
=
eduInfo
.
college
,
!
college
.
isEmpty
{
cell
.
title
=
eduInfo
.
college
cell
.
title
=
eduInfo
.
college
}
else
{
}
else
{
cell
.
title
=
"学历
标题
"
.
local
cell
.
title
=
"学历"
.
local
}
}
let
tips
=
String
(
format
:
"有%d项未填"
,
eduInfo
.
vacantNum
)
let
tips
=
String
(
format
:
"有%d项未填"
,
eduInfo
.
vacantNum
)
cell
.
detailLabel
.
text
=
tips
cell
.
detailLabel
.
text
=
tips
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/我的证书/my_filelist_gc_bg.imageset/Contents.json
0 → 100644
View file @
9000af27
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"待完善清单-头图背景@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"待完善清单-头图背景@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/我的证书/my_filelist_gc_bg.imageset/待完善清单-头图背景@2x.png
0 → 100644
View file @
9000af27
225 KB
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/我的证书/my_filelist_gc_bg.imageset/待完善清单-头图背景@3x.png
0 → 100644
View file @
9000af27
379 KB
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