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
01a5ed3d
Commit
01a5ed3d
authored
Mar 08, 2024
by
Steven杜宇
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 家庭成员
parent
3c51aa7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
YHChildInfoContainerVC.swift
...yMember(家庭成员信息表)/C/Child(子女)/YHChildInfoContainerVC.swift
+6
-4
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/FamilyMember(家庭成员信息表)/C/Child(子女)/YHChildInfoContainerVC.swift
View file @
01a5ed3d
...
@@ -272,12 +272,14 @@ extension YHChildInfoContainerVC {
...
@@ -272,12 +272,14 @@ extension YHChildInfoContainerVC {
}
}
func
requestDetail
()
{
func
requestDetail
()
{
if
orderId
<=
0
{
guard
let
child
=
child
else
{
return
}
print
(
"订单号不存在"
)
if
orderId
<=
0
||
child
.
detailId
<=
0
{
print
(
"订单号或成员ID不存在"
)
return
return
}
}
self
.
familyRequest
.
requestFamilyMemberDetailInfo
(
memberType
:
.
child
,
orderId
:
orderId
)
{
self
.
familyRequest
.
requestFamilyMemberInfo
(
orderId
:
orderId
,
detailId
:
child
.
detailId
)
{
[
weak
self
]
detail
in
[
weak
self
]
detail
,
error
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
if
let
detail
=
detail
{
if
let
detail
=
detail
{
self
.
child
=
detail
self
.
child
=
detail
...
...
pete谢兆麟
@pete
mentioned in commit
cf92146c
·
Mar 08, 2024
mentioned in commit
cf92146c
mentioned in commit cf92146c0ad1d50163bfaed5c10dbd3ce2910794
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