Commit 765a05e8 by doszhang

dos

parent 3c1f2aee
......@@ -529,7 +529,7 @@ function createPoster() {
let tip = new Image();
tip.src = "/Public/static/image2/poster-tip.png";
tip.onload = function () {
posterCtx.drawImage(tip, pxToRem(117 * 2), (bottomHalfTop + pxToRem(153)) * 2, pxToRem(61 * 2), pxToRem(28 * 2));
posterCtx.drawImage(tip, pxToRem(117 * 2), (bottomHalfTop + pxToRem(133)) * 2, pxToRem(61 * 2), pxToRem(28 * 2));
setTimeout(function () {
$('.posterImg-true').attr('src', getManBase64(posterCanvas)).css('height', pxToRem(posterCanvasHeight));
}, 300);
......
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