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
a9e42128
Commit
a9e42128
authored
Jan 03, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
确定按钮隐藏
parent
3945d778
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
YHCollegeSearchViewController.swift
...ification(学历专业资格填写)/C/YHCollegeSearchViewController.swift
+2
-1
YHGCEducationDetailVC.swift
...ion&Qualification(学历专业资格填写)/C/YHGCEducationDetailVC.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHCollegeSearchViewController.swift
View file @
a9e42128
...
@@ -14,6 +14,7 @@ class YHCollegeSearchViewController: YHBaseViewController {
...
@@ -14,6 +14,7 @@ class YHCollegeSearchViewController: YHBaseViewController {
var
searchCollegeName
:
String
?
var
searchCollegeName
:
String
?
var
selectBlock
:((
String
?)
->
Void
)?
var
selectBlock
:((
String
?)
->
Void
)?
var
colleges
:[
YHCollegeInfo
]
=
[]
var
colleges
:[
YHCollegeInfo
]
=
[]
var
isShowSureButton
:
Bool
=
true
let
educationRequest
:
YHEducationRequestViewModel
=
YHEducationRequestViewModel
()
let
educationRequest
:
YHEducationRequestViewModel
=
YHEducationRequestViewModel
()
lazy
var
searchBar
:
YHCollegeSearchBar
=
{
lazy
var
searchBar
:
YHCollegeSearchBar
=
{
...
@@ -61,7 +62,7 @@ class YHCollegeSearchViewController: YHBaseViewController {
...
@@ -61,7 +62,7 @@ class YHCollegeSearchViewController: YHBaseViewController {
view
.
addSubview
(
tableView
)
view
.
addSubview
(
tableView
)
view
.
addSubview
(
searchBar
)
view
.
addSubview
(
searchBar
)
searchBar
.
confirmBtn
.
isHidden
=
!
isShowSureButton
if
let
searchCollegeName
=
searchCollegeName
{
if
let
searchCollegeName
=
searchCollegeName
{
searchBar
.
textField
.
text
=
searchCollegeName
searchBar
.
textField
.
text
=
searchCollegeName
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/TTPS(高才)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHGCEducationDetailVC.swift
View file @
a9e42128
...
@@ -345,6 +345,7 @@ extension YHGCEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
...
@@ -345,6 +345,7 @@ extension YHGCEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
}
}
let
vc
=
YHCollegeSearchViewController
()
let
vc
=
YHCollegeSearchViewController
()
vc
.
isShowSureButton
=
false
vc
.
orderId
=
self
.
orderId
vc
.
orderId
=
self
.
orderId
vc
.
searchCollegeName
=
detailInfo
.
college
vc
.
searchCollegeName
=
detailInfo
.
college
vc
.
selectBlock
=
{
vc
.
selectBlock
=
{
...
...
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