Commit 8560e5e3 by doszhang

dos

parent 1676f6e5
......@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no">
{:assign var=projectId value=0}
{:assign var=rem value=false}
{:assign var=version value='1.3.3'}
{:assign var=version value='1.3.4'}
{:block name='projectx'}{:/block}
{:if $rem == true}
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
......
......@@ -375,23 +375,27 @@ function showResult(event) {
resultFlag = 10
setTimeout(function () {
$('.page7 .first-block').show();
createPosterLock = true;
}, 1000);
window.pt = '1'
} else {
setTimeout(function () {
$('.page7 .second-block').show();
createPosterLock = true;
}, 1000);
window.pt = '2'
}
createPoster(resultFlag)
createPosterLock = true;
}
})
} else if (window.pt === '2') {
setTimeout(function () {
$('.page7 .second-block').show();
createPosterLock = true;
}, 1000);
window.pt = '2'
createPoster(resultFlag)
} else {
createPoster(resultFlag)
createPosterLock = true;
......
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