diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index f3c2908..e780ad2 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -289,7 +289,7 @@ 支付宝真实姓名 - + @@ -592,7 +592,7 @@ var t1 = null; let cash_out_money = $('#cash-out-money').val(), reason = $('#cash-out-reason').val(), - real_name = $('#real-name').val(), + real_name = $('#real-name-out').val(), alipay_account = $('#alipay-account').val(); if(cash_out_money > @Model.UserModel.RestAmount){ alert("抱歉!您提现的额度大于余额,请重新输入提现金额!");