Explorar o código

1.协议添加背景色

wenweiwei %!s(int64=4) %!d(string=hai) anos
pai
achega
b31cede519

+ 1 - 0
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Base/Views/PQServerProtocalView.swift

@@ -58,6 +58,7 @@ class PQServerProtocalView: UIView {
     override init(frame: CGRect) {
         super.init(frame: frame)
         addSubview(contentView)
+        backgroundColor = UIColor.init(red: 0, green: 0, blue: 0, alpha: 0.8)
         contentView.addSubview(titleLab)
         contentView.addSubview(confirmBtn)
         contentView.addSubview(protocolLab)