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
d420c999
Commit
d420c999
authored
Mar 11, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 一处提示问题
parent
b2df442e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+4
-4
YHOtherInfoFillViewController.swift
...erInformation(其他信息)/C/YHOtherInfoFillViewController.swift
+7
-2
YHPreviewViewModel.swift
...ss(流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
+0
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
d420c999
...
...
@@ -395,10 +395,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
private
func
handleJumpLogicDebug
(
tapIndex
:
Int
)
{
if
self
.
serviceCenterMainReqVM
.
myInfoFillStep
>
6
{
goInfoListVCOp
(
index
:
tapIndex
)
return
}
//
if self.serviceCenterMainReqVM.myInfoFillStep > 6 {
//
goInfoListVCOp(index:tapIndex)
//
return
//
}
if
tapIndex
==
0
{
//主申请人信息
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/OtherInformation(其他信息)/C/YHOtherInfoFillViewController.swift
View file @
d420c999
...
...
@@ -121,14 +121,19 @@ extension YHOtherInfoFillViewController {
otherInfoVM
.
saveOtherInfo
(
params
:
param
)
{
success
,
error
in
if
success
==
true
{
YHHUD
.
flash
(
message
:
"操作成功"
)
let
msg
=
flag
?
"提交成功"
:
"保存成功"
YHHUD
.
flash
(
message
:
msg
)
if
flag
==
true
{
DispatchQueue
.
main
.
asyncAfter
(
wallDeadline
:
.
now
()
+
1.5
)
{[
weak
self
]
in
self
?
.
navigationController
?
.
popViewController
(
animated
:
true
)
}
}
}
else
{
let
msg
=
error
?
.
errorMsg
??
"操作失败"
let
tips
=
flag
?
"提交失败"
:
"保存失败"
let
msg
=
error
?
.
errorMsg
??
tips
YHHUD
.
flash
(
message
:
msg
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/PersonInfoList(个人信息预览)/VM/YHPreviewViewModel.swift
View file @
d420c999
...
...
@@ -690,9 +690,7 @@ private extension YHPreviewViewModel {
do
{
//语言能力
if
let
model
=
otherInfoPreviewModel
?
.
language
{
var
title
=
""
if
model
.
level
==
4
{
title
=
model
.
name
.
defaultStringIfEmpty
()
+
"
\n
"
+
model
.
remark
.
defaultStringIfEmpty
()
...
...
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