|  | @@ -53,7 +53,7 @@ class BFMusicSearchController: BFBaseViewController {
 | 
											
												
													
														|  |          leftv.addSubview(iv)
 |  |          leftv.addSubview(iv)
 | 
											
												
													
														|  |          searchTF.leftView = leftv
 |  |          searchTF.leftView = leftv
 | 
											
												
													
														|  |          searchTF.leftViewMode = .always
 |  |          searchTF.leftViewMode = .always
 | 
											
												
													
														|  | -        searchTF.clearButtonMode = .whileEditing
 |  | 
 | 
											
												
													
														|  | 
 |  | +        searchTF.clearButtonMode = .never
 | 
											
												
													
														|  |         
 |  |         
 | 
											
												
													
														|  |          let redPlaceholderText = NSAttributedString(string: "歌名/歌手名",
 |  |          let redPlaceholderText = NSAttributedString(string: "歌名/歌手名",
 | 
											
												
													
														|  |                                                      attributes: [NSAttributedString.Key.foregroundColor:  UIColor.hexColor(hexadecimal: "#BDBDBD"),NSAttributedString.Key.font:UIFont.systemFont(ofSize: 14,weight: .regular)])
 |  |                                                      attributes: [NSAttributedString.Key.foregroundColor:  UIColor.hexColor(hexadecimal: "#BDBDBD"),NSAttributedString.Key.font:UIFont.systemFont(ofSize: 14,weight: .regular)])
 |