...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|