Commit c8567bb6 by doszhang

ods

parent 4a76fb15
...@@ -276,8 +276,10 @@ function showResult(event) { ...@@ -276,8 +276,10 @@ function showResult(event) {
if (resp.status == 1) { if (resp.status == 1) {
resultFlag = 10 resultFlag = 10
$('.page7 .first-block').show(); $('.page7 .first-block').show();
window.pt = '1'
} else { } else {
$('.page7 .second-block').show(); $('.page7 .second-block').show();
window.pt = '2'
} }
createPoster(resultFlag) createPoster(resultFlag)
createPosterLock = true; createPosterLock = true;
...@@ -339,7 +341,7 @@ function createPoster(resultFlag) { ...@@ -339,7 +341,7 @@ function createPoster(resultFlag) {
$('.page').hide(); $('.page').hide();
$('.page7').show(); $('.page7').show();
$('#notification_area').remove(); $('#notification_area').remove();
if ($('.first-block').css('display') == 'none' || $('.second-block').css('display') == 'none') { if ($('.first-block').css('display') == 'none' && $('.second-block').css('display') == 'none') {
my_notify('请长按页面保存海报'); my_notify('请长按页面保存海报');
} }
$('#posterCanvas').css({ $('#posterCanvas').css({
......
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