Authored by 姜枫

fix collect shop

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