Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
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
TaoHuang
6 years ago
Commit
3d813af5ce7a506bf6378ce30ad017edcbcb2f4d
1 parent
367fd356
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/store/invite/invite/actions.js
apps/store/invite/invite/actions.js
View file @
3d813af
...
...
@@ -25,8 +25,8 @@ export default {
return
{
status
:
result
.
data
};
}
commit
(
Types
.
FETCH_INVITE_STATUS
,
{
status
:
1
});
return
{
status
:
1
};
commit
(
Types
.
FETCH_INVITE_STATUS
,
{
status
:
false
});
return
{
status
:
false
};
},
async
fetchAll
({
dispatch
})
{
...
...
Please
register
or
login
to post a comment