Authored by zhangxiaoru

shop

... ... @@ -68,7 +68,6 @@ const shopFav = (uid, shopIds) => {
shop_ids: shopIds,
uid: uid
}, {
cache: true,
code: 200
}).then((result) => {
if (result.data) {
... ...