Commit 5396833c by doszhang

dos

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