Commit f82958ac by doszhang

dos

parent 587b7735
...@@ -311,12 +311,13 @@ function createPoster() { ...@@ -311,12 +311,13 @@ function createPoster() {
$('.poster-page').show(); $('.poster-page').show();
txtDraw(posterCtx, username, '#fff', 531 * 2, 472 * 2, 90 * 2); txtDraw(posterCtx, username, '#fff', 531 * 2, 472 * 2, 90 * 2);
setTimeout(function () {
$('.show-img').append('<img class="showimg" />');
$('.showimg').attr('src', getManBase64(uploadCanvas));
$('.show-img').append('<img class="showimg" />'); $('.poster-img').append('<img class="posterimg" />');
$('.showimg').attr('src', getManBase64(uploadCanvas)); $('.posterimg').attr('src', getManBase64(posterCanvas));
}, 500);
$('.poster-img').append('<img class="posterimg" />');
$('.posterimg').attr('src', getManBase64(posterCanvas));
} }
} }
......
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