Authored by 于良

Merge branch 'brand_store' into classify

... ... @@ -28,7 +28,7 @@ export default class BrandSwiper extends React.Component {
marginLeft: 3,
marginRight: 3,
marginTop: (Platform.OS === 'ios')?3:23,
marginBottom: 23,
marginBottom: 0,
}}
/>;
this.activeDot = <View
... ... @@ -40,7 +40,7 @@ export default class BrandSwiper extends React.Component {
marginLeft: 3,
marginRight: 3,
marginTop: 3,
marginBottom: 23,
marginBottom: 0,
}}
/>;
}
... ... @@ -106,7 +106,7 @@ export default class BrandSwiper extends React.Component {
}
let {width, height} = Dimensions.get('window');
let swiperHeight = Math.ceil((310 / 640) * width);
let swiperHeight = Math.ceil((347 / 640) * width);
let styles = StyleSheet.create({
... ...