Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
盖剑秋
2016-08-03 15:14:00 +0800
Commit
1adf156d34f9d924b0051861b31e70800c5efd14
1 parent
e80455a4
Add forum code to delete post function. reviewed by redding.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
js/community/services/PostingService.js
js/community/services/PostingService.js
View file @
1adf156
...
...
@@ -64,7 +64,8 @@ export default class PostingService {
url
:
''
,
body
:
{
method
:
'app.social.delPost'
,
postsId
postsId
,
forumCode
,
}
}).
then
((
json
)
=>
{
return
json
;
...
...
Please
register
or
login
to post a comment