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
b5bb16bf
Commit
b5bb16bf
authored
Aug 20, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 家庭信息确认
parent
f45fa4da
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
YHFamilyInfoUpdateViewController.swift
...onfirm(1 家庭信息确认)/C/YHFamilyInfoUpdateViewController.swift
+5
-0
YHIFamilyInfoListCell.swift
...FamilyInfoConfirm(1 家庭信息确认)/V/YHIFamilyInfoListCell.swift
+5
-0
YHInfoItemView.swift
...e(办证段)/FamilyInfoConfirm(1 家庭信息确认)/V/YHInfoItemView.swift
+2
-0
YHAllApiName.swift
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/FamilyInfoConfirm(1 家庭信息确认)/C/YHFamilyInfoUpdateViewController.swift
View file @
b5bb16bf
...
@@ -187,6 +187,11 @@ extension YHFamilyInfoUpdateViewController: UITableViewDelegate, UITableViewData
...
@@ -187,6 +187,11 @@ extension YHFamilyInfoUpdateViewController: UITableViewDelegate, UITableViewData
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
self
.
getData
()
self
.
getData
()
}
}
cell
.
updateName
=
{
[
weak
self
]
text
in
guard
let
self
=
self
else
{
return
}
self
.
getData
()
}
}
else
{
}
else
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/FamilyInfoConfirm(1 家庭信息确认)/V/YHIFamilyInfoListCell.swift
View file @
b5bb16bf
...
@@ -188,6 +188,11 @@ class YHIFamilyInfoListCell: UITableViewCell {
...
@@ -188,6 +188,11 @@ class YHIFamilyInfoListCell: UITableViewCell {
if
let
itemView
=
itemView
as?
YHInfoItemView
{
if
let
itemView
=
itemView
as?
YHInfoItemView
{
itemsContentView
.
addSubview
(
itemView
)
itemsContentView
.
addSubview
(
itemView
)
itemView
.
updateItem
(
item
,
familyInfo
:
familyInfo
)
itemView
.
updateItem
(
item
,
familyInfo
:
familyInfo
)
itemView
.
updateName
=
{
[
weak
self
]
text
in
guard
let
self
=
self
else
{
return
}
self
.
updateName
?(
text
)
}
}
else
if
let
itemView
=
itemView
as?
YHInfoOptionView
{
}
else
if
let
itemView
=
itemView
as?
YHInfoOptionView
{
itemView
.
clickBlock
=
{
itemView
.
clickBlock
=
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/FamilyInfoConfirm(1 家庭信息确认)/V/YHInfoItemView.swift
View file @
b5bb16bf
...
@@ -341,8 +341,10 @@ extension YHInfoItemView: UITextFieldDelegate {
...
@@ -341,8 +341,10 @@ extension YHInfoItemView: UITextFieldDelegate {
// 编辑姓名
// 编辑姓名
if
self
.
item
.
id
==
.
mainApplicantName
||
self
.
item
.
id
==
.
spouseName
||
self
.
item
.
id
==
.
childName
{
if
self
.
item
.
id
==
.
mainApplicantName
||
self
.
item
.
id
==
.
spouseName
||
self
.
item
.
id
==
.
childName
{
if
let
text
=
textField
.
text
,
!
text
.
isEmpty
{
if
let
text
=
textField
.
text
,
!
text
.
isEmpty
{
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
self
.
viewModel
.
getPinYinFromName
(
text
)
{
self
.
viewModel
.
getPinYinFromName
(
text
)
{
[
weak
self
]
firstNamePinYin
,
lastNamePinYin
in
[
weak
self
]
firstNamePinYin
,
lastNamePinYin
in
YHHUD
.
hide
()
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
self
.
faimilyInfo
.
familyName
=
firstNamePinYin
self
.
faimilyInfo
.
familyName
=
firstNamePinYin
self
.
faimilyInfo
.
givenName
=
lastNamePinYin
self
.
faimilyInfo
.
givenName
=
lastNamePinYin
...
...
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
View file @
b5bb16bf
...
@@ -414,7 +414,7 @@ class YHAllApiName {
...
@@ -414,7 +414,7 @@ class YHAllApiName {
// 获取获批者家庭信息
// 获取获批者家庭信息
static
let
familyInfo
=
"super-app/order/family/information/obtain"
static
let
familyInfo
=
"super-app/order/family/information/obtain"
// 通过姓名获取拼音
// 通过姓名获取拼音
static
let
pinyinInfo
=
"
/
super-app/order/information/pinyin"
static
let
pinyinInfo
=
"super-app/order/information/pinyin"
}
}
}
}
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