Commit 1951af22 by doszhang

dos

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