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