Commit 5396833c by doszhang

dos

parent 2c921e8b
......@@ -216,6 +216,8 @@ let posterCtx;
let homeNext = true;
//page1 next
let page1Next = true;
//suggest next
let suggestNext = true;
let wrapNum = 0;
......@@ -577,7 +579,8 @@ function showPosterPage() {
}
function showCountDownPage() {
// $('.suggest-page input[name=signature]').val('张三');
if (suggestNext) {
suggestNext = false;
let val = $('.suggest-page input[name=signature]').val();
if (val.match(/^\s*$/)) {
$('#notification_area').remove();
......@@ -603,6 +606,7 @@ function showCountDownPage() {
}, 2000);
});
}, 999);
}
}
function countDown(callback) {
......
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