Bladeren bron

Merge branch 'dev' of https://git.yishihui.com/iOS/MusicVideoPlus into dev
合并代码

jsonwang 4 jaren geleden
bovenliggende
commit
cd1aebc626

+ 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)