Commit e423dc28 by doszhang

dos

parent 4e032635
......@@ -451,14 +451,13 @@ function createPoster(resultFlag, dialogFlag = false) {
$('.posterimg').attr('src', getManBase64(posterCanvas));
$('.page').hide();
$('.page7').show();
$('#notification_area').remove();
if (dialogFlag) {
setTimeout(function () {
$(`.page7 .${dialogFlag}-block`).show();
createPosterLock = true;
}, 1300);
} else {
$('#notification_area').remove();
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