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
7f6cf11b
Commit
7f6cf11b
authored
Nov 20, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 学历
parent
3f2e6c85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
YHEducationDetailVC.swift
...ation&Qualification(学历专业资格填写)/C/YHEducationDetailVC.swift
+2
-1
YHEducationCertificateConfirmCell.swift
...ation(学历专业资格填写)/V/YHEducationCertificateConfirmCell.swift
+10
-4
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHEducationDetailVC.swift
View file @
7f6cf11b
...
@@ -285,11 +285,12 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
...
@@ -285,11 +285,12 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
}
else
if
cellType
==
.
cerConfirm
{
}
else
if
cellType
==
.
cerConfirm
{
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHEducationCertificateConfirmCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHEducationCertificateConfirmCell
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHEducationCertificateConfirmCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHEducationCertificateConfirmCell
cell
.
isCheck
=
isNeedShowError
var
isSelectTrue
=
false
var
isSelectTrue
=
false
var
isSelectFalse
=
false
var
isSelectFalse
=
false
var
isCerConfirm
=
detailInfo
.
certConfirm
let
isCerConfirm
=
detailInfo
.
certConfirm
if
isCerConfirm
==
1
{
if
isCerConfirm
==
1
{
isSelectTrue
=
true
isSelectTrue
=
true
isSelectFalse
=
false
isSelectFalse
=
false
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/V/YHEducationCertificateConfirmCell.swift
View file @
7f6cf11b
...
@@ -23,7 +23,7 @@ class YHEducationCertificateConfirmCell: UITableViewCell {
...
@@ -23,7 +23,7 @@ class YHEducationCertificateConfirmCell: UITableViewCell {
private
let
answerBaseTag
=
9527
private
let
answerBaseTag
=
9527
// 是否必须字段
// 是否必须字段
var
is
Must
:
Bool
=
false
var
is
Check
:
Bool
=
false
var
answerBlock
:(([
YHFormChoiceItem
],
Int
)
->
Void
)?
var
answerBlock
:(([
YHFormChoiceItem
],
Int
)
->
Void
)?
// 必须传2个item的arr
// 必须传2个item的arr
...
@@ -55,9 +55,15 @@ class YHEducationCertificateConfirmCell: UITableViewCell {
...
@@ -55,9 +55,15 @@ class YHEducationCertificateConfirmCell: UITableViewCell {
}
}
}
else
{
// 没有选择
}
else
{
// 没有选择
let
tips
:
ASAttributedString
=
.
init
(
"请选择"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
12
)),
.
foreground
(
UIColor
.
failColor
))
if
isCheck
{
tipsLabel
.
attributed
.
text
=
tips
let
tips
:
ASAttributedString
=
.
init
(
"请选择"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
12
)),
.
foreground
(
UIColor
.
failColor
))
isNeedShowTips
(
true
)
tipsLabel
.
attributed
.
text
=
tips
isNeedShowTips
(
true
)
}
else
{
tipsLabel
.
attributed
.
text
=
""
isNeedShowTips
(
false
)
}
}
}
}
else
{
}
else
{
...
...
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