Commit 5e87fdb6 by dos

init

parent 93804584
......@@ -328,9 +328,9 @@ function createPoster() {
// 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);
txtDraw(posterCtx, username, '#ffffff', 190 * 2, 240 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#ffffff', 190 * 2, 280 * 2, 20 * 2);
txtDraw(posterCtx, company + '', '#ffffff', 190 * 2, 308 * 2, 20 * 2);
txtDraw(posterCtx, username, '#ffffff', 215 * 2, 240 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#ffffff', 215 * 2, 280 * 2, 20 * 2);
txtDraw(posterCtx, company + '', '#ffffff', 215 * 2, 308 * 2, 20 * 2);
setTimeout(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