Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ const indexAsync = function(uid, pid, page, size) { | @@ -15,7 +15,7 @@ const indexAsync = function(uid, pid, page, size) { | ||
15 | param.method = 'app.consult.li'; | 15 | param.method = 'app.consult.li'; |
16 | param.product_id = pid; | 16 | param.product_id = pid; |
17 | 17 | ||
18 | - if (!uid) { | 18 | + if (uid) { |
19 | param.uid = uid; | 19 | param.uid = uid; |
20 | } | 20 | } |
21 | 21 |
-
Please register or login to post a comment