提现提醒
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
<div class="accout_tit">
|
||||
<span class="lineBar"></span>余额
|
||||
<button class="btnXq" onclick="$('#chargeBox').show()">充值</button>
|
||||
<button class="btnXq" id="cash_out_confirm" onclick="$('#cash-out').show()">提现</button>
|
||||
<button class="btnXq" id="cash_out_confirm" onclick="tixian()">提现</button>
|
||||
</div>
|
||||
<div class="model">
|
||||
<div class="item">
|
||||
@@ -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(),
|
||||
|
||||
@@ -316,7 +316,7 @@
|
||||
<div class="col-lg-3">
|
||||
<div class="zhanghu">
|
||||
<div class="accout_tit"><span class="lineBar"></span>余额</div>
|
||||
<p class="charge" onclick="$('.cash-out').show()" style="float:left;font-size:25px;"><a>提现</a></p>
|
||||
<p class="charge" onclick="tixian()" style="float:left;font-size:25px;"><a>提现</a></p>
|
||||
<p class="charge" onclick="$('.chargeList').show()" style="font-size:25px;"><a>充值</a></p>
|
||||
<div class="money" style="padding: 20px 30px;">¥<span>@Model.UserModel.RestAmount</span></div>
|
||||
<p class="grayText text-center">可通过淘宝充值,或联系管理员充值</p>
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user