Commit d33dfc70 by doszhang

dos

parent c95d5c8a
...@@ -310,7 +310,7 @@ function createPoster() { ...@@ -310,7 +310,7 @@ function createPoster() {
txtDraw(posterCtx, '中信保诚人寿', '#fff', 598 * 2, 381 * 2, 20 * 2); txtDraw(posterCtx, '中信保诚人寿', '#fff', 598 * 2, 381 * 2, 20 * 2);
txtDraw(posterCtx, company + '分公司', '#fff', 598 * 2, 407 * 2, 20 * 2); txtDraw(posterCtx, company + '分公司', '#fff', 598 * 2, 407 * 2, 20 * 2);
setTimeout(function () { setTimeout(function () {
posterCtx.drawImage(posterTopObj, 38, 0, 564 * 2, 153 * 2); posterCtx.drawImage(posterTopObj, 38 * 2, 0, 564 * 2, 153 * 2);
var posterBottomObj = new Image(); var posterBottomObj = new Image();
posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0'; posterBottomObj.src = '/Public/static/image2/poster' + level + '-2.png?version=1.0.0';
posterBottomObj.onload = function () { posterBottomObj.onload = function () {
......
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