Commit e9968cf6 by doszhang

dos

parent 62fb2f23
...@@ -164,7 +164,9 @@ function createPoster(name, business) { ...@@ -164,7 +164,9 @@ function createPoster(name, business) {
posterCtx.closePath(); posterCtx.closePath();
posterCtx.drawImage(headimgObj, 170 * 2, 402 * 2, 88 * 2, 88 * 2); posterCtx.drawImage(headimgObj, 170 * 2, 402 * 2, 88 * 2, 88 * 2);
drawUserInfo(name, business, 20, 'bolder'); drawUserInfo(name, business, 20, 'bolder');
// drawNum(); setTimeout(function () {
drawNum();
}, 200);
setTimeout(function () { setTimeout(function () {
$('.posterimg').attr('src', getManBase64(posterCanvas)); $('.posterimg').attr('src', getManBase64(posterCanvas));
$('.page1').hide(); $('.page1').hide();
......
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