Commit 3b3c10ce by doszhang

dos

parent d66f4295
...@@ -247,7 +247,7 @@ function createPoster(resultFlag) { ...@@ -247,7 +247,7 @@ function createPoster(resultFlag) {
var guardObj = new Image(); var guardObj = new Image();
guardObj.src = `/Public/static/image2/result-${resultFlag}.png`; guardObj.src = `/Public/static/image2/result-${resultFlag}.png`;
guardObj.onload = function () { guardObj.onload = function () {
posterCtx.drawImage(guardObj, 184, 350, 276, 484); posterCtx.drawImage(guardObj, 184 * 2, 350 * 2, 276 * 2, 484 * 2);
setTimeout(function () { setTimeout(function () {
drawNum(resultFlag); drawNum(resultFlag);
}, 100); }, 100);
......
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