|
@@ -201,7 +201,7 @@ extension BFMusicSearchController : UITableViewDelegate, UITableViewDataSource {
|
|
|
var bgmList = [PQVoiceModel]()
|
|
|
if response is NSNull || response == nil {
|
|
|
DispatchQueue.main.async {
|
|
|
- cShowHUB(superView: nil, msg: "搜索失败,请重试!")
|
|
|
+ cShowHUB(superView: nil, msg: "网络连接失败,请检查网络后重试")
|
|
|
}
|
|
|
return
|
|
|
}
|