Commit df991e85 by dos

init

parent 8109ab2b
...@@ -340,8 +340,8 @@ function createPoster() { ...@@ -340,8 +340,8 @@ function createPoster() {
posterBottomObj.onload = function () { posterBottomObj.onload = function () {
posterCtx.drawImage(posterBottomObj, 0, (canvasHeight - 536) * 2, posterCanvas.width, 536 * 2); posterCtx.drawImage(posterBottomObj, 0, (canvasHeight - 536) * 2, posterCanvas.width, 536 * 2);
setTimeout(function () { setTimeout(function () {
txtDraw(posterCtx, username, '#ffffff', 320 * 2, (canvasHeight - username_bottom - 50) * 2, 45 * 2, 'bolder'); txtDraw(posterCtx, username, '#ffffff', 320 * 2, (canvasHeight - username_bottom + 30) * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿 ' + company, '#ffffff', 320 * 2, (canvasHeight - company_bottom - 50) * 2, 20 * 2); txtDraw(posterCtx, '中信保诚人寿 ' + company, '#ffffff', 320 * 2, (canvasHeight - company_bottom + 30) * 2, 20 * 2);
$('#notification_area').remove(); $('#notification_area').remove();
$('.upload-page').hide(); $('.upload-page').hide();
......
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