Authored by 于良

首页好店推荐UI调整 review by days

... ... @@ -142,8 +142,6 @@ let styles = StyleSheet.create({
brandContainer4: {
backgroundColor: 'white',
borderColor: 'rgb(215, 215, 215)',
borderBottomWidth: 0.5,
flexDirection: 'row',
flexWrap: 'wrap',
width: width,
... ...
... ... @@ -192,7 +192,7 @@ function heightForFloor(item, immutable=false) {
break;
}
case 'shopRecommend': {
let storeHeight = Math.ceil(239 * DEVICE_WIDTH_RATIO_6 + 10);
let storeHeight = Math.ceil(222 * DEVICE_WIDTH_RATIO_6 + 10);
floorHeight = headerHeight + storeHeight;
break;
}
... ...