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
0e84bfb1
Commit
0e84bfb1
authored
Aug 22, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 家庭
parent
f6d7c0ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
YHFamilyInfoConfirmViewController.swift
...nfirm(1 家庭信息确认)/C/YHFamilyInfoConfirmViewController.swift
+3
-2
YHFamilyInfoWarmTipsView.swift
...ilyInfoConfirm(1 家庭信息确认)/V/YHFamilyInfoWarmTipsView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/FamilyInfoConfirm(1 家庭信息确认)/C/YHFamilyInfoConfirmViewController.swift
View file @
0e84bfb1
...
...
@@ -94,12 +94,13 @@ class YHFamilyInfoConfirmViewController: YHBaseViewController {
guard
let
self
=
self
else
{
return
}
if
success
{
YHHUD
.
flash
(
message
:
"确认修改成功"
)
self
.
navigationController
?
.
popViewController
()
YHFamilyInfoWarmTipsView
.
tipsView
()
.
show
()
return
}
let
msg
=
error
?
.
errorMsg
??
"确认修改失败"
YHHUD
.
flash
(
message
:
msg
)
self
.
navigationController
?
.
popViewController
()
YHFamilyInfoWarmTipsView
.
tipsView
()
.
show
()
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/FamilyInfoConfirm(1 家庭信息确认)/V/YHFamilyInfoWarmTipsView.swift
View file @
0e84bfb1
...
...
@@ -14,6 +14,8 @@ class YHFamilyInfoWarmTipsView: UIView {
lazy
var
blackMaskView
:
UIView
=
{
let
view
=
UIView
()
view
.
backgroundColor
=
.
alertMaskColor
let
tap
=
UITapGestureRecognizer
(
target
:
self
,
action
:
#selector(
dismiss
)
)
view
.
addGestureRecognizer
(
tap
)
return
view
}()
...
...
@@ -168,8 +170,6 @@ class YHFamilyInfoWarmTipsView: UIView {
make
.
bottom
.
equalTo
(
-
16
)
make
.
height
.
equalTo
(
45
)
}
}
}
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