Commit 7dfecaf9 by kubisk

dos

parent c95fb4c6
......@@ -165,7 +165,7 @@ function checkInfo() {
company = resp.branch;
toUploadPage();
$('.username').text(username);
$('.company').html('中信保诚人寿<br/>' + company + '分公司');
$('.company').html('中信保诚人寿<br/>' + company + '');
setShare();
} else {
......@@ -315,7 +315,7 @@ function createPoster() {
posterTopObj.onload = function () {
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);
txtDraw(posterCtx, company + '', '#fff', 215 * 2, 413 * 2, 20 * 2);
setTimeout(function () {
posterCtx.drawImage(logoObj, 0, 43 * 2, 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