Commit 93a3d22b by doszhang

dos

parent b4aa83dc
......@@ -156,7 +156,7 @@ function createPoster(name, business) {
headimgObj.src = getManBase64(uploadCanvas);
headimgObj.onload = function () {
posterCtx.beginPath();
posterCtx.arc(168, 401, 45, 0, 2 * Math.PI);
posterCtx.arc(214, 445, 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