Authored by yoho-js001

删除blk brand的lifestyle. reviewed by 凯总.

... ... @@ -40,12 +40,6 @@ export default class BLKChannelSelector extends React.Component {
id: 2,
isSelect: false,
},
{
name: 'LIFESTYLE生活',
value: 'lifestyle',
id: 4,
isSelect: false,
},
];
}
... ... @@ -134,7 +128,7 @@ let styles = StyleSheet.create({
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
width: Math.ceil(width / 3),
width: Math.ceil(width / 2),
height: viewHeight,
backgroundColor:'white',
},
... ...
... ... @@ -332,10 +332,10 @@ export function getBrandResource(channel) {
let content_code;
if (channel == 1) {
dispatch(getBrandResourceForBoyRequest());
content_code = 'ce6ac059493ec26241a8cbe0bfa1b17a';
content_code = '7317a4701a1d3ddc8d93a5df77a63b75';
}else if (channel == 2) {
dispatch(getBrandResourceForGirlRequest());
content_code = 'dac99cdedc1f948e84c145aca561f7d2';
content_code = '84313c4b293a1c0aea985aa16a42a6b5';
}else if (channel == 3) {
dispatch(getBrandResourceForKidRequest());
content_code = '713784f93f52bb1a7b93916b2bb15510';
... ...