|
@@ -247,7 +247,7 @@ public class PQBandingPhoneRemindView: UIView {
|
|
|
let paragraphStyle = NSMutableParagraphStyle()
|
|
|
paragraphStyle.lineSpacing = 3.0
|
|
|
paragraphStyle.alignment = .center
|
|
|
- remindData.attributedTitle = NSMutableAttributedString(string: "您的账号已被封禁,\(remindTitle)\n有疑问可拨打客服电话:\n0731-85676658", attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 14), NSAttributedString.Key.foregroundColor: UIColor.hexColor(hexadecimal: "#666666"), NSAttributedString.Key.paragraphStyle: paragraphStyle])
|
|
|
+ remindData.attributedTitle = NSMutableAttributedString(string: "您的账号已被封禁,\(remindTitle)\n有疑问可拨打客服电话:\n0731-85676658 18519777009", attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 14), NSAttributedString.Key.foregroundColor: UIColor.hexColor(hexadecimal: "#666666"), NSAttributedString.Key.paragraphStyle: paragraphStyle])
|
|
|
let remindView = PQUploadRemindView(frame: CGRect(x: 0, y: 0, width: cScreenWidth, height: cScreenHeigth))
|
|
|
UIApplication.shared.keyWindow?.addSubview(remindView)
|
|
|
remindView.remindData = remindData
|