杨锴
2024-10-28 eb0532b0ed613459085eb803605c2bb307db7e6d
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
            }