Browse Source

修改背景色 和错别字

jsonwang 3 years ago
parent
commit
9920b0db8b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Introduce/Record/INRecorderController.swift

+ 2 - 2
Introduce/Record/INRecorderController.swift

@@ -56,12 +56,12 @@ class INRecorderController: BFBaseViewController {
     
     lazy var protocolLab: TYAttributedLabel = {
         let protocolLab = TYAttributedLabel()
-        protocolLab.highlightedLinkBackgroundColor = UIColor.black
+        protocolLab.highlightedLinkBackgroundColor = UIColor.clear
         protocolLab.backgroundColor = UIColor.clear
         protocolLab.numberOfLines = 0
         protocolLab.delegate = self
         protocolLab.font = UIFont.systemFont(ofSize: 14)
-        protocolLab.text = "在您使用视说服务前,请认阅读"
+        protocolLab.text = "在您使用视说服务前,请认阅读"
         protocolLab.textColor = UIColor(red: 0.262, green: 0.262, blue: 0.262, alpha: 1)
         protocolLab.appendLink(withText: "《视说用户协议》、 ", linkFont: UIFont.systemFont(ofSize: 14), linkColor: UIColor.hexColor(hexadecimal: "#90a9d2"),  underLineStyle:CTUnderlineStyle(), linkData: cUserProtocol)