Authored by 姜枫

fix collect shop

... ... @@ -116,7 +116,7 @@ const _getShopInfo = (shopId, uid) => {
method: 'app.shops.getIntro',
shop_id: shopId,
uid: uid || 0
}, {code: 200, cache: true}).then((result) => {
}, {code: 200}).then((result) => {
return result.data;
});
};
... ...