Authored by chenl

修改了android品牌滑动页面圆点位置不正确的问题。

@@ -29,7 +29,7 @@ export default class BrandSwiper extends React.Component { @@ -29,7 +29,7 @@ export default class BrandSwiper extends React.Component {
29 borderRadius: 3, 29 borderRadius: 3,
30 marginLeft: 3, 30 marginLeft: 3,
31 marginRight: 3, 31 marginRight: 3,
32 - marginTop: (Platform.OS === 'ios')?3:23, 32 + marginTop: (Platform.OS === 'ios')?3:1,
33 marginBottom: 0, 33 marginBottom: 0,
34 }} 34 }}
35 />; 35 />;