Commit ff1d6bbe by dos

init

parent 5e87fdb6
......@@ -314,8 +314,9 @@ function createPoster() {
posterCanvas = canvasinfo[0];
posterCtx = canvasinfo[1];
$('.poster').hide();
$('.poster-' + level).show();
$('.bottom').hide();
$('.bottom' + level).show();
var photo = new Image();
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