调整发现好货资源位高度。review by 孙凯。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -65,7 +65,7 @@ export default class ListBannerSwiper extends React.Component { | @@ -65,7 +65,7 @@ export default class ListBannerSwiper extends React.Component { | ||
65 | } | 65 | } |
66 | 66 | ||
67 | let {width} = Dimensions.get('window'); | 67 | let {width} = Dimensions.get('window'); |
68 | -let height = Math.ceil((310 / 640) * width) + 40; | 68 | +let height = Math.ceil((310 / 640) * width); |
69 | 69 | ||
70 | let styles = StyleSheet.create({ | 70 | let styles = StyleSheet.create({ |
71 | 71 |
-
Please register or login to post a comment