浏览代码

修改变量名

harry 3 年之前
父节点
当前提交
616392b98e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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