|
@@ -27,15 +27,15 @@ class PQStuckPointMusicSearchController: PQStuckPointMusicContentController {
|
|
|
|
|
|
override func viewDidLoad() {
|
|
|
super.viewDidLoad()
|
|
|
- emptyData?.title = "没有搜索到相关音乐"
|
|
|
- emptyData?.emptyImage = "pic_search_empty"
|
|
|
- emptyRemindView.remindLab.font = UIFont.systemFont(ofSize: 14)
|
|
|
- emptyRemindView.remindLab.textColor = UIColor.hexColor(hexadecimal: "#999999")
|
|
|
- emptyRemindView.frame = CGRect(x: 0, y: 0, width: view.frame.width, height: 200)
|
|
|
- emptyRemindView.emptyData = emptyData
|
|
|
- refreshHandle = { [weak self] _, _ in
|
|
|
- self?.loadRequestData(isRefresh: false)
|
|
|
- }
|
|
|
+// emptyData?.title = "没有搜索到相关音乐"
|
|
|
+// emptyData?.emptyImageName = "pic_search_empty"
|
|
|
+// emptyRemindView.remindLab.font = UIFont.systemFont(ofSize: 14)
|
|
|
+// emptyRemindView.remindLab.textColor = UIColor.hexColor(hexadecimal: "#999999")
|
|
|
+// emptyRemindView.frame = CGRect(x: 0, y: 0, width: view.frame.width, height: 200)
|
|
|
+// emptyRemindView.emptyData = emptyData
|
|
|
+// refreshHandle = { [weak self] _, _ in
|
|
|
+// self?.loadRequestData(isRefresh: false)
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
/// 开始搜索
|