Explorar o código

修改变量名

harry %!s(int64=3) %!d(string=hai) anos
pai
achega
616392b98e
Modificáronse 1 ficheiros con 1 adicións e 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