XQMuse/Root/Me/VC/BankWithdrawVC.swift
@@ -70,6 +70,12 @@ } @IBAction func withdrawAllAction(_ sender: UIButton) { tf_withdraw.resignFirstResponder() guard tf_withdraw.text?.toDouble ?? 0 > 0 else{ alertError(msg: "提现余额不足");return } tf_withdraw.resignFirstResponder() tf_withdraw.text = income.jq_formatFloat }