Commit a11a1e3d by doszhang

dos

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