From 72583bfd5e01f922f3fe99b42d20dddc7528587e Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Tue, 5 Jan 2021 20:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/IndexInfo.cshtml | 10 +++++++++- Host/Views/User/Index.cshtml | 9 ++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 3a09bf9..354bda5 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -115,7 +115,7 @@
余额 - +
@@ -579,6 +579,14 @@ var t1 = null; }); } + + function tixian(){ + var r=confirm("因我司支付宝账户暂被冻结,用户提现功能也暂时受限,我司正与公安协调处理此事,您可用余额继续消费。如需继续提现,我司将在账户解冻后第一时间处理,钱一分都不会少,请您放心,感谢理解!提示:请勿相信外边传谣,聚IP将对用户负责到底,更不会出现跑路的情况!\n\n\n 是否确定继续提现?"); + if (r==true){ + $('#cash-out').show() + } + } + function cash_out() { let cash_out_money = $('#cash-out-money').val(), diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index 914686d..5d13e62 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -316,7 +316,7 @@
余额
-

提现

+

提现

充值

¥@Model.UserModel.RestAmount

可通过淘宝充值,或联系管理员充值

@@ -664,6 +664,13 @@ }); } + function tixian(){ + var r=confirm("因我司支付宝账户暂被冻结,用户提现功能也暂时受限,我司正与公安协调处理此事,您可用余额继续消费。如需继续提现,我司将在账户解冻后第一时间处理,钱一分都不会少,请您放心,感谢理解!提示:请勿相信外边传谣,聚IP将对用户负责到底,更不会出现跑路的情况!\n\n\n 是否确定继续提现?"); + if (r==true){ + $('.cash-out').show(); + } + } + function cash_out() { let cash_out_money = $('#cash-out-money').val(),