Commit a15e7bce by doszhang

dos

parent 8ea05e71
...@@ -580,13 +580,15 @@ function showPosterPage() { ...@@ -580,13 +580,15 @@ function showPosterPage() {
function showCountDownPage() { function showCountDownPage() {
if (suggestNext) { if (suggestNext) {
suggestNext = false;
let val = $('.suggest-page input[name=signature]').val(); let val = $('.suggest-page input[name=signature]').val();
if (val.match(/^\s*$/)) { if (val.match(/^\s*$/)) {
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('请填写名字'); my_notify('请填写名字');
return false; return false;
} }
suggestNext = false;
$('.countdown-page').css('background', bgColor); $('.countdown-page').css('background', bgColor);
createPoster(); createPoster();
......
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