Commit 655cd96b by doszhang

dos

parent de3209dd
......@@ -208,7 +208,7 @@ function creatPoster() {
headimgObj.src = getManBase64(uploadCanvas);
headimgObj.onload = function() {
headimgctx.drawImage(headimgObj,51,184,387,387);
posterctx.drawImage(headimgObj,51,184,387,387);
$('#poster').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