Commit ad0e5c2c by doszhang

dos

parent 767a6ff6
...@@ -352,6 +352,7 @@ function createPoster(callback) { ...@@ -352,6 +352,7 @@ function createPoster(callback) {
$('.tip1,.tip6').css('top', '51.75rem'); $('.tip1,.tip6').css('top', '51.75rem');
break; break;
} }
setTimeout(function () {
let posterImg = new Image(); let posterImg = new Image();
posterImg.src = 'http://maf.dev.izhida.cn/Public/static/image2/poster' + resultType + '.png'; posterImg.src = 'http://maf.dev.izhida.cn/Public/static/image2/poster' + resultType + '.png';
posterImg.onload = function () { posterImg.onload = function () {
...@@ -368,6 +369,7 @@ function createPoster(callback) { ...@@ -368,6 +369,7 @@ function createPoster(callback) {
callback(); callback();
} }
} }
}, 2000);
} }
function getManBase64(canvas) { function getManBase64(canvas) {
......
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