Commit 8560e5e3 by doszhang

dos

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