Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-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
Tao
2019-10-11 09:48:16 +0800
Commit
24dfe90077bcaa18578b675793659b56717de6c6
1 parent
86b6c086
add channel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/store/home/channel.js
apps/store/home/channel.js
View file @
24dfe90
...
...
@@ -57,7 +57,7 @@ export default function() {
});
if
(
result
.
code
===
200
)
{
commit
(
Types
.
FETCH_CHANNEL
,
{
list
:
result
.
data
});
return
result
.
data
;
return
result
.
data
;
}
}
},
...
...
Please
register
or
login
to post a comment