Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-mdrt4
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
6ef61d59
authored
Apr 29, 2021
by
kubisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
ed2822dd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Public/static/image2/logo.png
+0
-0
Public/static/image2/poster1-1.png
+0
-0
Public/static/js/common.js
+4
-4
No files found.
Public/static/image2/logo.png
0 → 100644
View file @
6ef61d59
83.2 KB
Public/static/image2/poster1-1.png
View file @
6ef61d59
83.2 KB
|
W:
|
H:
2.39 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Public/static/js/common.js
View file @
6ef61d59
...
...
@@ -318,15 +318,15 @@ function createPoster() {
var
posterTopObj
=
new
Image
();
posterTopObj
.
src
=
'/Public/static/image2/poster'
+
level
+
'-1.png?version=1.0.0'
;
//
var logoObj = new Image();
//
logoObj.src = '/Public/static/image2/logo.png?version=1.0.0';
var
logoObj
=
new
Image
();
logoObj
.
src
=
'/Public/static/image2/logo.png?version=1.0.0'
;
posterTopObj
.
onload
=
function
()
{
txtDraw
(
posterCtx
,
username
,
'#464646'
,
215
*
2
,
360
*
2
,
45
*
2
,
'bolder'
);
txtDraw
(
posterCtx
,
'中信保诚人寿'
,
'#464646'
,
215
*
2
,
390
*
2
,
20
*
2
);
txtDraw
(
posterCtx
,
company
+
''
,
'#464646'
,
215
*
2
,
413
*
2
,
20
*
2
);
setTimeout
(
function
()
{
// posterCtx.drawImage(logoObj, 0, 43 * 2, 640 * 2, 61
* 2);
posterCtx
.
drawImage
(
posterTopObj
,
0
*
2
,
0
*
2
,
569
*
2
,
204
*
2
);
posterCtx
.
drawImage
(
logoObj
,
0
*
2
,
0
*
2
,
569
*
2
,
204
*
2
);
posterCtx
.
drawImage
(
posterTopObj
,
180
*
2
,
270
*
2
,
206
*
2
,
65
*
2
);
var
posterBottomObj
=
new
Image
();
posterBottomObj
.
src
=
'/Public/static/image2/poster'
+
level
+
'-2.png?version=1.0.0'
;
posterBottomObj
.
onload
=
function
()
{
...
...
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