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
9 years ago
Commit
221c19729dfa7ab6b56872e29077cd759eb5b435
1 parent
4b8d3ee7
完善数据校验
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 @
221c197
...
...
@@ -37,7 +37,7 @@ let channel = {
cache
:
true
,
code
:
200
}).
then
(
result
=>
{
return
result
.
data
&&
result
.
data
.
product_list
?
processProductList
(
result
.
data
.
product_list
)
:
[];
return
result
&&
result
.
data
?
processProductList
(
result
.
data
.
product_list
)
:
[];
});
},
getChannelData
()
{
...
...
Please
register
or
login
to post a comment