Commit 96b33e49 by doszhang

dos

parent 5de163fb
...@@ -200,7 +200,7 @@ function createHeadimg() { ...@@ -200,7 +200,7 @@ function createHeadimg() {
frameimg.src = '/Public/static/image2/frame' + nowTemplate + '.png'; frameimg.src = '/Public/static/image2/frame' + nowTemplate + '.png';
frameimg.onload = function() { frameimg.onload = function() {
headimgctx.drawImage('frameimg',0,0); headimgctx.drawImage(frameimg,0,0);
$('.upload-page').fadeOut(300); $('.upload-page').fadeOut(300);
$('.headimg-page').delay(200).fadeIn(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