Kaynağa Gözat

图片设置

jsonwang 4 yıl önce
ebeveyn
işleme
0714fd071f

+ 0 - 2
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Login/Controllers/MVLoginController.swift

@@ -41,11 +41,9 @@ class MVLoginController: MVBaseController {
         let loginBtn = UIButton(type: .custom)
         loginBtn.addTarget(self, action: #selector(wechatLoginAction), for: .touchUpInside)
         loginBtn.setTitleColor(UIColor.white, for: .normal)
-        loginBtn.setTitle(" 微信登录", for: .normal)
         loginBtn.titleEdgeInsets = UIEdgeInsets(top: 0, left: 5, bottom: 0, right: 0)
         loginBtn.titleLabel?.font = UIFont.systemFont(ofSize: 15)
         loginBtn.setImage(UIImage(named: "weichatLogin"), for: .normal)
-        loginBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#07C160")
         loginBtn.addCorner(corner: nomalH / 2)
         return loginBtn
     }()