Commit e1624011 by doszhang

dos

parent 91bd5f01
......@@ -277,7 +277,7 @@ var drawImage = function () {
ctx.drawImage(uploadedImg, -uploadedImg.width / 2, -uploadedImg.height / 2);
ctx.restore();
}
var img = loadedImages['/Public/static/image2/cover/3.png'];
var img = loadedImages['/Public/static/image2/cover/4.png'];
ctx.drawImage(img, 0, 0);
}
var showPage1 = function () {
......
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