Commit e77e69bf by kubisk

dos

parent 15e25c68
......@@ -310,7 +310,7 @@ function createPoster() {
txtDraw(posterCtx, '中信保诚人寿', '#fff', 215 * 2, 390 * 2, 20 * 2);
txtDraw(posterCtx, company + '分公司', '#fff', 215 * 2, 413 * 2, 20 * 2);
setTimeout(function () {
posterCtx.drawImage(logoObj, 0, 0, 640 * 2, 61 * 2);
posterCtx.drawImage(logoObj, 0, 43 * 2, 640 * 2, 61 * 2);
posterCtx.drawImage(posterTopObj, 61 * 2, 144 * 2, 155 * 2, 151 * 2);
var posterBottomObj = new Image();
posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0';
......
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