Commit 4c2eec0f by doszhang

dos

parent 93a3d22b
......@@ -156,7 +156,7 @@ function createPoster(name, business) {
headimgObj.src = getManBase64(uploadCanvas);
headimgObj.onload = function () {
posterCtx.beginPath();
posterCtx.arc(214, 445, 45, 0, 2 * Math.PI);
posterCtx.arc(214, 447, 45, 0, 2 * Math.PI);
posterCtx.fillStyle = "#fff"; //填充颜色,默认是黑色
posterCtx.fill(); //画实心圆
posterCtx.closePath();
......
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