@ -66,7 +66,7 @@
showerror("金额不能为空");
return ;
}
if (!$("#money").val() < 0) {
if (!$("#money").val() <= 0) {
showerror("金额有误");