Commit 7a7bfb37 by doszhang

dos

parent cd91f533
...@@ -297,6 +297,9 @@ function createPoster() { ...@@ -297,6 +297,9 @@ function createPoster() {
posterCanvas = canvasinfo[0]; posterCanvas = canvasinfo[0];
posterCtx = canvasinfo[1]; posterCtx = canvasinfo[1];
$('.poster').hide();
$('.poster' + level).show();
var photo = new Image(); var photo = new Image();
photo.src = getManBase64(uploadCanvas); photo.src = getManBase64(uploadCanvas);
......
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