Commit 941a0193 by doszhang

dos

parent 8560e5e3
...@@ -376,13 +376,13 @@ function showResult(event) { ...@@ -376,13 +376,13 @@ function showResult(event) {
setTimeout(function () { setTimeout(function () {
$('.page7 .first-block').show(); $('.page7 .first-block').show();
createPosterLock = true; createPosterLock = true;
}, 1000); }, 1300);
window.pt = '1' window.pt = '1'
} else { } else {
setTimeout(function () { setTimeout(function () {
$('.page7 .second-block').show(); $('.page7 .second-block').show();
createPosterLock = true; createPosterLock = true;
}, 1000); }, 1300);
window.pt = '2' window.pt = '2'
} }
createPoster(resultFlag) createPoster(resultFlag)
...@@ -392,7 +392,7 @@ function showResult(event) { ...@@ -392,7 +392,7 @@ function showResult(event) {
setTimeout(function () { setTimeout(function () {
$('.page7 .second-block').show(); $('.page7 .second-block').show();
createPosterLock = true; createPosterLock = true;
}, 1000); }, 1300);
window.pt = '2' window.pt = '2'
createPoster(resultFlag) createPoster(resultFlag)
......
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