Merge remote-tracking branch 'origin/release/5.3.1' into release/5.3.1
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -24,7 +24,7 @@ const getShopFavNumAsync = (sid) => { | @@ -24,7 +24,7 @@ const getShopFavNumAsync = (sid) => { | ||
24 | return { | 24 | return { |
25 | code: 200, | 25 | code: 200, |
26 | data: { | 26 | data: { |
27 | - count: _.get(result, 'data.count') | 27 | + count: _.get(result, 'data[0].count') |
28 | } | 28 | } |
29 | }; | 29 | }; |
30 | } else { | 30 | } else { |
-
Please register or login to post a comment