Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-honor
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c716c4f3
authored
Oct 30, 2020
by
kubisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
14f3fb90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Public/static/js/common.js
+3
-3
No files found.
Public/static/js/common.js
View file @
c716c4f3
...
...
@@ -270,9 +270,9 @@ function createPoster() {
var
logoObj
=
new
Image
();
logoObj
.
src
=
'/Public/static/image2/logo.png'
;
logoObj
.
onload
=
function
()
{
txtDraw
(
posterCtx
,
username
,
'#ffffff'
,
5
22
*
2
,
236
*
2
,
45
*
2
,
'bolder'
);
txtDraw
(
posterCtx
,
'中信保诚人寿'
,
'#ffffff'
,
5
22
*
2
,
268
*
2
,
20
*
2
);
txtDraw
(
posterCtx
,
company
,
'#ffffff'
,
5
22
*
2
,
295
*
2
,
20
*
2
);
txtDraw
(
posterCtx
,
username
,
'#ffffff'
,
5
15
*
2
,
300
*
2
,
45
*
2
,
'bolder'
);
txtDraw
(
posterCtx
,
'中信保诚人寿'
,
'#ffffff'
,
5
15
*
2
,
340
*
2
,
20
*
2
);
txtDraw
(
posterCtx
,
company
,
'#ffffff'
,
5
15
*
2
,
370
*
2
,
20
*
2
);
// txtDraw(posterCtx, company + '分公司', '#464646', 522 * 2, 295 * 2, 20 * 2);
var
titleObj
=
new
Image
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment