Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-12-07 17:41:29 +0800
Commit
ebad9e5af89192fea3752172ee3c12ead5e03f56
1 parent
0f29e447
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-consult-api.js
apps/product/models/detail-consult-api.js
View file @
ebad9e5
...
...
@@ -15,7 +15,7 @@ const indexAsync = function(uid, pid, page, size) {
param
.
method
=
'app.consult.li'
;
param
.
product_id
=
pid
;
if
(
!
uid
)
{
if
(
uid
)
{
param
.
uid
=
uid
;
}
...
...
Please
register
or
login
to post a comment