Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }; |
-
Please register or login to post a comment