支付宝提现
This commit is contained in:
@@ -289,7 +289,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>支付宝真实姓名</td>
|
||||
<td><input type="text" id="alipay-account" class="inputBox" placeholder="请输入与支付宝关联的真实姓名"/></td>
|
||||
<td><input type="text" id="real-name-out" class="inputBox" placeholder="请输入与支付宝关联的真实姓名"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -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("抱歉!您提现的额度大于余额,请重新输入提现金额!");
|
||||
|
||||
Reference in New Issue
Block a user