Commit c70675db by doszhang

dos

parent 362862db
......@@ -246,6 +246,8 @@ function creatPoster() {
frameimg.onload = function() {
posterctx.drawImage(frameimg,51*2,184*2,387*2,387*2);
txtDraw(posterctx, $('[name=customize]').val(), 41, 'normal', '#fff', 100,231);
$('#poster').attr('src',getManBase64(posterCanvas));
$('.upload-page').fadeOut(300);
......@@ -278,8 +280,6 @@ function creatPoster() {
frameimg.onload = function() {
posterctx.drawImage(frameimg,51*2,184*2,387*2,387*2);
txtDraw(posterctx, $('[name=customize]').val(), 41, 'normal', '#fff', 51,184);
$('#poster').attr('src',getManBase64(posterCanvas));
$('.upload-page').fadeOut(300);
......
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