Explorar el Código

修改变量名

harry hace 3 años
padre
commit
616392b98e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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