Commit f0da0bb1 by doszhang

dos

parent c20ab650
...@@ -367,7 +367,7 @@ function createPoster() { ...@@ -367,7 +367,7 @@ function createPoster() {
posterCtx.restore(); posterCtx.restore();
//画海报中部背景 //画海报中部背景
posterCtx.fillStyle = '#f4f4f4'; posterCtx.fillStyle = '#f4f4f4';
posterCtx.fillRect(pxToRem(45), pxToRem(489), pxToRem(640), pxToRem(flagListHeight)); posterCtx.fillRect(pxToRem(45), pxToRem(489), pxToRem(550), pxToRem(flagListHeight));
posterCtx.save(); posterCtx.save();
posterCtx.restore(); 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