From d3d64de445f2b93697d6939c20356a04a77950eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 2 Feb 2021 18:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E6=8F=90=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/IndexInfo.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("抱歉!您提现的额度大于余额,请重新输入提现金额!");