Commit c716c4f3 by kubisk

dos

parent 14f3fb90
......@@ -270,9 +270,9 @@ function createPoster() {
var logoObj = new Image();
logoObj.src = '/Public/static/image2/logo.png';
logoObj.onload = function () {
txtDraw(posterCtx, username, '#ffffff', 522 * 2, 236 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#ffffff', 522 * 2, 268 * 2, 20 * 2);
txtDraw(posterCtx, company, '#ffffff', 522 * 2, 295 * 2, 20 * 2);
txtDraw(posterCtx, username, '#ffffff', 515 * 2, 300 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#ffffff', 515 * 2, 340 * 2, 20 * 2);
txtDraw(posterCtx, company, '#ffffff', 515 * 2, 370 * 2, 20 * 2);
// txtDraw(posterCtx, company + '分公司', '#464646', 522 * 2, 295 * 2, 20 * 2);
var titleObj = new Image();
......
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