Commit c8567bb6 by doszhang

ods

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