Authored by 姜枫

fix collect shop

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