Authored by htoooth

fix bug

... ... @@ -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;
}
... ...