소스 검색

去掉一个显示

jsonwang 3 년 전
부모
커밋
2cfabface7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MusicVideoPlus/Classes/Modules/Login/Controllers/PQBandingPhoneController.swift

+ 1 - 1
MusicVideoPlus/Classes/Modules/Login/Controllers/PQBandingPhoneController.swift

@@ -113,7 +113,7 @@ class PQBandingPhoneController: PQPhoneLoginController {
         phoneLoginBtn.setTitle("完成", for: .normal)
         phoneLoginBtn.backgroundColor = UIColor.hexColor(hexadecimal: "#333333")
         PQMineViewModel.sendIndetifyCode(phoneNumber: phoneTextField.text ?? "") { [weak self] isSuccess, msg, codeId in
-            cShowHUB(superView: nil, msg: msg)
+
             if isSuccess {
                 self?.codeId = codeId
                 self?.startTimer()