Commit d4f917ad by 朱继来

调整判断

parent 52a6dd77
Showing with 2 additions and 0 deletions
......@@ -1216,6 +1216,7 @@
return false;
}
if (payTimeOther) {
var reg = /\d/;
if (!reg.test(payTimeOther)) {
layer.msg('格式错误');
......@@ -1226,6 +1227,7 @@
layer.msg('自定义时间限制在1-30天');
return false;
}
}
var currencySign = currency == 1 ? '¥' : '$';
var goods_amount = currencySign+$('input[name=goods_amount]').val();
......
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