Showing
1 changed file
with
0 additions
and
1 deletions
@@ -68,7 +68,6 @@ const shopFav = (uid, shopIds) => { | @@ -68,7 +68,6 @@ const shopFav = (uid, shopIds) => { | ||
68 | shop_ids: shopIds, | 68 | shop_ids: shopIds, |
69 | uid: uid | 69 | uid: uid |
70 | }, { | 70 | }, { |
71 | - cache: true, | ||
72 | code: 200 | 71 | code: 200 |
73 | }).then((result) => { | 72 | }).then((result) => { |
74 | if (result.data) { | 73 | if (result.data) { |
-
Please register or login to post a comment