Commit 561542f1 by qiaomu

two

parent 7c5dd1b3
Showing with 2 additions and 2 deletions
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
}); });
var time1; var time1;
$(".sub").click(function () { $(".sub").click(function () {
var num = $(".input").val(); /* var num = $(".input").val();
if(num < 100 || num % 100 != 0) { if(num < 100 || num % 100 != 0) {
$(".alert").css('display','inline-block'); $(".alert").css('display','inline-block');
$(".alert").html("提现金额最低为100且必须为100的倍数"); $(".alert").html("提现金额最低为100且必须为100的倍数");
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
$(".alert").css('display','none'); $(".alert").css('display','none');
},2000); },2000);
return ; return ;
} } */
if(!confirm("确定提现吗!")) { if(!confirm("确定提现吗!")) {
return ; return ;
} }
......
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