Commit a11a1e3d by doszhang

dos

parent 9f84cf51
...@@ -455,15 +455,16 @@ function createPoster(resultFlag, dialogFlag = false) { ...@@ -455,15 +455,16 @@ function createPoster(resultFlag, dialogFlag = false) {
if (dialogFlag) { if (dialogFlag) {
setTimeout(function () { setTimeout(function () {
$(`.page7 .${dialogFlag}-block`).show(); $(`.page7 .${dialogFlag}-block`).show();
createPosterLock = true; createPosterLock = false;
}, 1500); }, 1500);
} else { } else {
createPosterLock = false;
my_notify('请长按页面保存海报'); my_notify('请长按页面保存海报');
} }
$('#posterCanvas').css({ $('#posterCanvas').css({
height: fixHeight + 'px' height: fixHeight + 'px'
}); });
createPosterLock = false;
}, 200); }, 200);
} }
} }
......
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