Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
zhangxiaoru
2016-11-30 17:30:56 +0800
Commit
236e6a6b25ad6a4dbfc9f4d5a85237d55a56f851
1 parent
c6bf5436
楼层展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/student-market.js
apps/activity/controllers/student-market.js
View file @
236e6a6
...
...
@@ -36,7 +36,7 @@ const _getRelatedData = (idList) => {
_
.
forEach
(
result
.
data
.
product_list
,
function
(
val
)
{
if
(
val
.
student_price
)
{
if
(
val
.
student_price
)
{
productList
.
push
(
val
);
}
});
...
...
Please
register
or
login
to post a comment