Commit 86ef17ec by doszhang

dos

parent d8dc56b4
......@@ -202,7 +202,7 @@ function createHeadimg() {
frameimg.onload = function() {
headimgctx.drawImage(frameimg,0,0,headimgCanvas.width,headimgCanvas.height);
$('#headimg').attr('src'.getManBase64(headimgCanvas));
$('#headimg').attr('src',getManBase64(headimgCanvas));
$('.upload-page').fadeOut(300);
$('.headimg-page').delay(200).fadeIn(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