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-01 10:06:34 +0800
Commit
dfa60eab8298f722381881247adf7da4da9a259a
1 parent
66df000d
merge
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/guang/controllers/info.js
apps/product/models/detail.js
apps/guang/controllers/info.js
View file @
dfa60ea
...
...
@@ -146,7 +146,7 @@ const _pageArticleContent = (articleContent, isApp, gender) => {
}
else
{
callArtGoodGroup
(
++
ii
,
len2
);
}
}
else
{
contents
.
push
(
build
);
joinContentFunc
(
++
i
,
len
);
...
...
apps/product/models/detail.js
View file @
dfa60ea
...
...
@@ -1520,7 +1520,7 @@ let getProductAsyncData = (data) => {
finalResult
.
isStudent
=
data
.
isStudent
;
return
finalResult
;
});
});
});
...
...
Please
register
or
login
to post a comment