...
|
...
|
@@ -130,7 +130,7 @@ export default class ProductListCell extends Component { |
|
|
}
|
|
|
|
|
|
//新品到着升级为sectionList后价格会被遮挡
|
|
|
let priceMarginTop = (Platform.OS === 'android' && fromPage === 'newArrival') ? Math.ceil(-18 * DEVICE_WIDTH_RATIO) : Math.ceil(-4 * DEVICE_WIDTH_RATIO);
|
|
|
let priceMarginTop = Math.ceil(-4 * DEVICE_WIDTH_RATIO);
|
|
|
|
|
|
return (
|
|
|
<View style={[styles.priceContainer, {marginTop: priceMarginTop,} ]}>
|
...
|
...
|
|