Commit a15e7bce by doszhang

dos

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