Commit bceb5925 by doszhang

dos

parent 898bcb64
......@@ -496,7 +496,7 @@ function createPoster() {
posterCtx.restore();
//画海报中部背景
posterCtx.fillStyle = '#ffffff';
posterCtx.fillRect(pxToRem(45 * 2), pxToRem(397 * 2), pxToRem(550 * 2), pxToRem(flagListHeight * 2));
posterCtx.fillRect(pxToRem(45 * 2), pxToRem(420 * 2), pxToRem(550 * 2), pxToRem(flagListHeight * 2));
posterCtx.save();
posterCtx.restore();
//画海报底部
......
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