Commit 9e1ebfda by doszhang

dos

parent 370ebbc6
......@@ -514,7 +514,7 @@ function createPoster() {
bottomHalfTop = pxToRem(457) + pxToRem(flagListHeight);
$('.poster-tip').css('top', bottomHalfTop + pxToRem(157));
posterCtx.drawImage(bottomHalf, posterLeft, bottomHalfTop * 2, pxToRem(550 * 2), pxToRem(207 * 2));
// drawFlagItem(pxToRem(489 + 20));
drawFlagItem(pxToRem(489 + 20));
let decorate = new Image();
decorate.src = checkedDecorate;
decorate.onload = 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