Authored by chenl

调整发现好货资源位高度。review by 孙凯。

... ... @@ -65,7 +65,7 @@ export default class ListBannerSwiper extends React.Component {
}
let {width} = Dimensions.get('window');
let height = Math.ceil((310 / 640) * width) + 40;
let height = Math.ceil((310 / 640) * width);
let styles = StyleSheet.create({
... ...