Commit 27bbea81 by kubisk

dos

parent 70092587
...@@ -290,6 +290,7 @@ function createPoster() { ...@@ -290,6 +290,7 @@ function createPoster() {
posterBottomObj.onload = function () { posterBottomObj.onload = function () {
posterCtx.drawImage(posterBottomObj, 0, (canvasHeight - 521) * 2, posterCanvas.width, 521 * 2); posterCtx.drawImage(posterBottomObj, 0, (canvasHeight - 521) * 2, posterCanvas.width, 521 * 2);
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('请长按页面保存海报')
$('.upload-page').hide(); $('.upload-page').hide();
$('.poster-page').show(); $('.poster-page').show();
......
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