Ver Fonte

修改变量名

harry há 3 anos atrás
pai
commit
616392b98e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      BFCommonKit/Classes/BFBase/View/PQRemindView.swift

+ 1 - 1
BFCommonKit/Classes/BFBase/View/PQRemindView.swift

@@ -352,7 +352,7 @@ extension PQEmptyRemindView {
         var contentH: CGFloat = 0
         let normalH : CGFloat = margin * 2
         
-        if (emptyData?.emptySoureImage != nil) || (emptyData?.emptyImageName != nil &&  emptyData?.emptyImage?.count ?? 0 > 0) || isNetLost {
+        if (emptyData?.emptySoureImage != nil) || (emptyData?.emptyImageName != nil &&  emptyData?.emptyImageName?.count ?? 0 > 0) || isNetLost {
             contentH = contentH + imageH
         } else {
             imageH = 0