南鑫林 5 gadi atpakaļ
vecāks
revīzija
72b45c0299

+ 1 - 0
RainbowPlanet/.gitignore

@@ -21,4 +21,5 @@ DerivedData
 
 #CocoaPods
 Pods
+Podfile.lock
 !Podfile

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/SearchModule/SearchContentList/ViewController/SearchContentListViewController.swift

@@ -23,7 +23,7 @@ class SearchContentListViewController: UIViewController {
     
     private func setupViews() {
         view.backgroundColor = kf7f8faColor
-        view.addSubview(collectionView)
+        
         let emptyView = DIYEmptyView.empty(with: kImage(name: "default_page_content"), titleStr: "没有找到相关,去看看别人都在看什么吧~", detailStr: nil)
         emptyView!.contentViewY = kScaleValue(value: 141)
         collectionView.ly_emptyView = emptyView