Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
2016-08-02 16:07:52 +0800
Commit
cadfa3bddec00a906338d2697a0f75aa96ff4373
1 parent
4d63022e
增强数据校验
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/models/channel.js
apps/channel/models/channel.js
View file @
cadfa3b
...
...
@@ -15,7 +15,7 @@ let channel = {
cache
:
true
,
code
:
200
}).
then
(
result
=>
{
return
result
.
data
?
processResources
(
result
.
data
)
:
[];
return
result
&&
result
.
data
?
processResources
(
result
.
data
)
:
[];
});
},
getSidebarData
()
{
...
...
Please
register
or
login
to post a comment