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