Authored by 姜枫

fix collect shop

@@ -116,7 +116,7 @@ const _getShopInfo = (shopId, uid) => { @@ -116,7 +116,7 @@ const _getShopInfo = (shopId, uid) => {
116 method: 'app.shops.getIntro', 116 method: 'app.shops.getIntro',
117 shop_id: shopId, 117 shop_id: shopId,
118 uid: uid || 0 118 uid: uid || 0
119 - }, {code: 200, cache: true}).then((result) => { 119 + }, {code: 200}).then((result) => {
120 return result.data; 120 return result.data;
121 }); 121 });
122 }; 122 };