Commit 95109bc5 by doszhang

dos

parent 2f5098ef
...@@ -289,6 +289,11 @@ $(document).ready(function () { ...@@ -289,6 +289,11 @@ $(document).ready(function () {
}); });
function showCountDownPage() { function showCountDownPage() {
let val = $('.suggest-page input[name=signature]').val();
if (val.match(/^\s*$/)) {
$('#notification_area').remove();
my_notify('请填写名字');
}
$('.suggest-page .suggest-wrap').addClass('animate'); $('.suggest-page .suggest-wrap').addClass('animate');
setTimeout(function () { setTimeout(function () {
$('.suggest-page').fadeOut(300); $('.suggest-page').fadeOut(300);
......
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