Commit c95d5c8a by doszhang

dos

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