Commit 7692b0964ffb6f8c70fae11e081a82b65dea7b1c
1 parent
e71127e3
empty
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HomePage/View/GoodsManager/CNLiveShopGoodsListClassifyView.swift
| @@ -53,7 +53,7 @@ class CNLiveShopGoodsListClassifyView: UIView { | @@ -53,7 +53,7 @@ class CNLiveShopGoodsListClassifyView: UIView { | ||
| 53 | 53 | ||
| 54 | public func emptyView(isEmpty:Bool){ | 54 | public func emptyView(isEmpty:Bool){ |
| 55 | //后面替换成其他 | 55 | //后面替换成其他 |
| 56 | - self.lastestBtn.isHidden = isHidden | 56 | + self.lastestBtn.isHidden = isEmpty |
| 57 | 57 | ||
| 58 | } | 58 | } |
| 59 | 59 |