jsonwang 4 年 前
コミット
10fdd720cd

+ 3 - 3
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Base/Views/PQServerProtocalView.swift

@@ -159,10 +159,10 @@ public class PQBandingPhoneRemindView: UIView {
         protocolLab.delegate = self
         protocolLab.numberOfLines = 0
         protocolLab.font = UIFont.systemFont(ofSize: 18)
-        protocolLab.text = ""
+        protocolLab.text = "绑定手机号,防止视频丢失"
         protocolLab.textColor = UIColor.black
-        protocolLab.appendLink(withText: "《互联网跟帖评论服务管理规定》", linkFont: UIFont.systemFont(ofSize: 18), linkColor: UIColor.hexColor(hexadecimal: "#07C160"), underLineStyle: CTUnderlineStyle(), linkData: cNetManagePrivacy)
-        protocolLab.appendLink(withText: ",上传视频需绑定手机号", linkFont: UIFont.systemFont(ofSize: 18), linkColor: UIColor.black, underLineStyle: CTUnderlineStyle(), linkData: nil)
+//        protocolLab.appendLink(withText: "《互联网跟帖评论服务管理规定》", linkFont: UIFont.systemFont(ofSize: 18), linkColor: UIColor.hexColor(hexadecimal: "#07C160"), underLineStyle: CTUnderlineStyle(), linkData: cNetManagePrivacy)
+//        protocolLab.appendLink(withText: ",上传视频需绑定手机号", linkFont: UIFont.systemFont(ofSize: 18), linkColor: UIColor.black, underLineStyle: CTUnderlineStyle(), linkData: nil)
         return protocolLab
     }()