Commit 8c7c8406 by 朱继来

限制付款时间

parent c95f35bb
Showing with 1 additions and 1 deletions
...@@ -1532,7 +1532,7 @@ ...@@ -1532,7 +1532,7 @@
return false; return false;
} }
if (payTimeOther < 0 || payTimeOther > 30) { if (payTimeOther < 1 || payTimeOther > 30) {
layer.msg('自定义时间限制在1-30天'); layer.msg('自定义时间限制在1-30天');
return false; return false;
} }
......
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