Authored by yyq

基础店铺seoBUG

... ... @@ -960,11 +960,6 @@ const getBaseShopData = (params, extra, channel, shopId) => {
searchHandler.handleBrandShopCoupons(result[3].data, {shopId: shopId}));
}
// 临时删除seo信息
_.unset(resData, 'title');
_.unset(resData, 'keywords');
_.unset(resData, 'description');
return resData;
});
};
... ...