Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
2016-09-22 13:27:45 +0200
Commit
5fb54ad4cc3a17ab3016f880d0e2329723e6e7cf
1 parent
1a02c65e
修改灰度咨询500错误
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/editorial/models/editorial.js
apps/editorial/models/editorial.js
View file @
5fb54ad
...
...
@@ -222,7 +222,7 @@ const _getRelatedData = (idList) => {
_
.
forEach
(
result
.
data
.
product_list
,
function
(
data
)
{
if
(
data
)
{
if
(
data
)
{
productList
.
push
({
name
:
data
.
product_name
,
price
:
data
.
sales_price
,
...
...
Please
register
or
login
to post a comment