Commit 15e25c68 by kubisk

dos

parent 10edc075
......@@ -306,9 +306,9 @@ function createPoster() {
var logoObj = new Image();
logoObj.src = '/Public/static/image2/logo.png?version=1.0.0';
posterTopObj.onload = function () {
txtDraw(posterCtx, username, '#fff', 135 * 2, 360 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#fff', 135 * 2, 390 * 2, 20 * 2);
txtDraw(posterCtx, company + '分公司', '#fff', 135 * 2, 413 * 2, 20 * 2);
txtDraw(posterCtx, username, '#fff', 215 * 2, 360 * 2, 45 * 2, 'bolder');
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(posterTopObj, 61 * 2, 144 * 2, 155 * 2, 151 * 2);
......
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