Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
6cd32a28
Commit
6cd32a28
authored
May 27, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
583 ios:商品管理:在商品详情内删除商品后自动返回商品列表,未刷新商品列表页面
parent
7b6c5e80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/商品详情/EPViewController.swift
...sinessPlatform/ViewController/商品详情/EPViewController.swift
+5
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
6cd32a28
No preview for this file type
GeliBusinessPlatform/ViewController/商品详情/EPViewController.swift
View file @
6cd32a28
...
...
@@ -230,6 +230,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
if
dataM
.
code
==
1
{
HUD
.
flash
(
.
label
(
"提交成功"
),
delay
:
1.2
)
self
.
loadData
()
self
.
delegate
?
.
EPViewControllerFinishEdit
()
}
})
{
(
erro
)
in
...
...
@@ -241,7 +242,8 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
if
dataM
.
code
==
1
{
HUD
.
flash
(
.
label
(
"提交成功"
),
delay
:
1.2
)
self
.
loadData
()
self
.
delegate
?
.
EPViewControllerFinishEdit
()
}
})
{
(
erro
)
in
...
...
@@ -252,7 +254,9 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
let
dataM
=
data
as!
UpDataModel
if
dataM
.
code
==
1
{
HUD
.
flash
(
.
label
(
"删除成功"
),
delay
:
1.2
)
self
.
delegate
?
.
EPViewControllerFinishEdit
()
self
.
navigationController
?
.
popViewController
(
animated
:
true
)
}
})
{
(
erro
)
in
...
...
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