|
@@ -162,7 +162,7 @@ public class PQBandingPhoneRemindView: UIView {
|
|
|
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.black, underLineStyle: CTUnderlineStyle(), linkData: nil)
|
|
|
return protocolLab
|
|
|
}()
|
|
|
|