Commit 6bf10bcc by doszhang

dos

parent b6609782
...@@ -162,7 +162,7 @@ function createPoster(name, business) { ...@@ -162,7 +162,7 @@ function createPoster(name, business) {
posterCtx.fillStyle = "#fff"; //填充颜色,默认是黑色 posterCtx.fillStyle = "#fff"; //填充颜色,默认是黑色
posterCtx.fill(); //画实心圆 posterCtx.fill(); //画实心圆
posterCtx.closePath(); posterCtx.closePath();
posterCtx.drawImage(headimgObj, 171, 403, 87, 87); posterCtx.drawImage(headimgObj, 170, 402, 88, 88);
drawUserInfo(name, business, 20, 'bolder'); drawUserInfo(name, business, 20, 'bolder');
drawNum(); drawNum();
setTimeout(function () { 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