Commit 2558b942 by doszhang

dos

parent 85c9ce98
...@@ -127,7 +127,7 @@ function showItem() { ...@@ -127,7 +127,7 @@ function showItem() {
$('.toast2').show(); $('.toast2').show();
showItemStatus = true showItemStatus = true
} }
}, 100) }, 10)
} }
...@@ -178,7 +178,7 @@ function createPoster(resultFlag) { ...@@ -178,7 +178,7 @@ function createPoster(resultFlag) {
posterCtx.drawImage(posterObj, 0, 0, posterCanvas.width, posterCanvas.height); posterCtx.drawImage(posterObj, 0, 0, posterCanvas.width, posterCanvas.height);
setTimeout(function () { setTimeout(function () {
drawNum(resultFlag); drawNum(resultFlag);
}, 200); }, 100);
setTimeout(function () { setTimeout(function () {
$('.poster-canvas').append('<img class="posterimg" />'); $('.poster-canvas').append('<img class="posterimg" />');
$('.posterimg').attr('src', getManBase64(posterCanvas)); $('.posterimg').attr('src', getManBase64(posterCanvas));
...@@ -187,7 +187,7 @@ function createPoster(resultFlag) { ...@@ -187,7 +187,7 @@ function createPoster(resultFlag) {
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('请长按页面保存海报'); my_notify('请长按页面保存海报');
createPosterLock = false; createPosterLock = false;
}, 500); }, 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