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
7f575903
Commit
7f575903
authored
Apr 02, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 一处优化
parent
0a877c4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
YHHKPlanDoctumentVC.swift
...rvice(服务中心)/MyDocuments(我的文书)/C/YHHKPlanDoctumentVC.swift
+2
-3
YHMyFileMethodTableViewCell.swift
...中心)/MySignature(我的签字)/V/YHMyFileMethodTableViewCell.swift
+0
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/C/YHHKPlanDoctumentVC.swift
View file @
7f575903
...
@@ -68,8 +68,6 @@ extension YHHKPlanDoctumentVC {
...
@@ -68,8 +68,6 @@ extension YHHKPlanDoctumentVC {
private
func
submitOp
()
{
private
func
submitOp
()
{
if
viewModel
.
arrHKPlanData
.
count
>
5
{
if
viewModel
.
arrHKPlanData
.
count
>
5
{
if
let
orderID
=
UserDefaults
.
standard
.
value
(
forKey
:
"orderIdForPreview"
)
{
if
let
orderID
=
UserDefaults
.
standard
.
value
(
forKey
:
"orderIdForPreview"
)
{
let
params
=
[
"order_id"
:
orderID
,
let
params
=
[
"order_id"
:
orderID
,
"supplement_id"
:
supplement_id
,
"supplement_id"
:
supplement_id
,
...
@@ -80,8 +78,9 @@ extension YHHKPlanDoctumentVC {
...
@@ -80,8 +78,9 @@ extension YHHKPlanDoctumentVC {
"qualifications_and_awards"
:
viewModel
.
arrHKPlanData
[
4
]
.
content
,
"qualifications_and_awards"
:
viewModel
.
arrHKPlanData
[
4
]
.
content
,
"other"
:
viewModel
.
arrHKPlanData
[
5
]
.
content
,
"other"
:
viewModel
.
arrHKPlanData
[
5
]
.
content
,
"content_save"
:
1
]
"content_save"
:
1
]
YHHUD
.
show
(
.
progress
(
message
:
""
))
viewModel
.
submitHKPlanDocument
(
params
)
{
success
,
error
in
viewModel
.
submitHKPlanDocument
(
params
)
{
success
,
error
in
YHHUD
.
hide
()
if
success
{
if
success
{
YHHUD
.
flash
(
message
:
"提交成功"
)
YHHUD
.
flash
(
message
:
"提交成功"
)
}
else
{
}
else
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHMyFileMethodTableViewCell.swift
View file @
7f575903
...
@@ -256,4 +256,3 @@ class YHSignatureToActionTableViewCell: UITableViewCell {
...
@@ -256,4 +256,3 @@ class YHSignatureToActionTableViewCell: UITableViewCell {
}
}
}
}
}
}
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