Commit 561542f1 by qiaomu

two

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