Commit a6cfd68e by doszhang

dos

parent eb63dd9a
......@@ -398,7 +398,7 @@ function drawFlagItem(initialPosition) {
for (let i = 0; i < flagStack.length; i++) {
let offsetTop = $('.poster-page .poster-list .flag-item')[i]
let top = initialPosition + $(nodeList[i]).offset().top;
posterCtx.drawImage(noBg, pxToRem(105), top, pxToRem(44).pxToRem(39));
posterCtx.drawImage(noBg, pxToRem(105), top, pxToRem(44), pxToRem(39));
}
}
}
......
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