Authored by 郭成尧

camcase

... ... @@ -724,7 +724,7 @@ const getShopIntro = (shopId) => {
method: 'app.shops.getIntro',
shop_id: shopId
}, {code: 200, cache: true}).then(result => {
return result.data
return result.data;
});
};
... ...