Authored by yyq

店铺收藏数量

... ... @@ -24,7 +24,7 @@ const getShopFavNumAsync = (sid) => {
return {
code: 200,
data: {
count: _.get(result, 'data.count')
count: _.get(result, 'data[0].count')
}
};
} else {
... ...