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
7a12fce3
Commit
7a12fce3
authored
Mar 19, 2024
by
Steven杜宇
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI走查
parent
fa2d0b19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
YHSheetPickerView.swift
...amilyMember(家庭成员信息表)/V/PickerView/YHSheetPickerView.swift
+5
-4
YHFormItemSelectSheetCell.swift
...)/FamilyMember(家庭成员信息表)/V/YHFormItemSelectSheetCell.swift
+2
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/V/PickerView/YHSheetPickerView.swift
View file @
7a12fce3
...
...
@@ -175,8 +175,8 @@ class YHSheetPickerView: UIView {
// 婚姻
.
marriage
:
[
YHSheetPickerViewItem
(
title
:
"
未婚"
.
local
,
index
:
0
),
YHSheetPickerViewItem
(
title
:
"
已婚"
.
local
,
index
:
1
),
[
YHSheetPickerViewItem
(
title
:
"
已婚"
.
local
,
index
:
1
),
YHSheetPickerViewItem
(
title
:
"
未婚"
.
local
,
index
:
0
),
YHSheetPickerViewItem
(
title
:
"分居"
.
local
,
index
:
2
),
YHSheetPickerViewItem
(
title
:
"离婚"
.
local
,
index
:
3
),
YHSheetPickerViewItem
(
title
:
"丧偶"
.
local
,
index
:
4
),
...
...
@@ -186,7 +186,8 @@ class YHSheetPickerView: UIView {
.
educationStyle
:
[
YHSheetPickerViewItem
(
title
:
"全日制"
.
local
,
index
:
0
),
YHSheetPickerViewItem
(
title
:
"兼职制"
.
local
,
index
:
1
),
YHSheetPickerViewItem
(
title
:
"遥距课程"
.
local
,
index
:
2
),
YHSheetPickerViewItem
(
title
:
"全日制(遥距课程)"
.
local
,
index
:
2
),
YHSheetPickerViewItem
(
title
:
"兼职制(遥距课程)"
.
local
,
index
:
3
),
],
// 职业
...
...
@@ -360,7 +361,7 @@ extension YHSheetPickerView {
case
.
marriage
:
return
"选择婚姻状况"
case
.
educationStyle
:
return
"选择
学位
"
return
"选择
授课形式
"
case
.
occupation
:
return
"选择职业"
case
.
gender
:
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHFormItemSelectSheetCell.swift
View file @
7a12fce3
...
...
@@ -170,6 +170,8 @@ class YHFormItemSelectSheetCell: UITableViewCell {
}
setTips
(
""
,
isShow
:
false
)
tipsButton
.
YH_clickEdgeInsets
=
UIEdgeInsets
(
top
:
20
,
left
:
20
,
bottom
:
20
,
right
:
20
)
}
@objc
func
didTipsButtonClicked
()
{
...
...
pete谢兆麟
@pete
mentioned in commit
fa161b67
·
Mar 19, 2024
mentioned in commit
fa161b67
mentioned in commit fa161b67d6fb289dd9b4b29465c2c1b6132f6bfb
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