Commit 1951af22 by doszhang

dos

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