瀏覽代碼

去掉一个显示

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