南鑫林 6 anni fa
parent
commit
123bfa57a1

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/ShoppingMallModule/ShoppingMall/View/ShoppingMallFloor/Floor/ShoppingMallFloorTableViewCell.swift

@@ -304,7 +304,7 @@ extension ShoppingMallFloorTableViewCell: UICollectionViewDelegateFlowLayout,UIC
             return CGSize(width:347 * kScaleWidth, height: 50 + kScaleWidth * 90)
         case 1: // 1:通栏大图
             if cmsRuleModel?.rule?.title == "" {
-                 return CGSize(width:347 * kScaleWidth, height: 73 + (kScaleWidth * 90))
+                 return CGSize(width:347 * kScaleWidth, height: 10 + (kScaleWidth * 90))
             }
             
             if cmsRuleModel?.rule?.url == "" {