Commit ce49180c by doszhang

dos

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