Commit 4107d2ea by qiaomu

two

parent 704b09ae
Showing with 9 additions and 0 deletions
......@@ -102,6 +102,15 @@
if(!confirm("确定提现吗!")) {
return ;
} */
if ($(".input").val() > 20000) {
$(".alert").css('display','inline-block');
$(".alert").html(res.msg);
clearTimeout(time1);
time1 = setTimeout(function () {
$(".alert").css('display','none');
},2000);
return ;
}
$.ajax({
url: $ip + 'wx/withdraw',
dataType: "json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment