Commit c5efea1c by doszhang

dos

parent fe8c1b40
......@@ -304,7 +304,7 @@ function drawUserInfo(name, business, fontsize, fontweight) {
let noObj = new Image();
noObj.src = '/Public/static/image2/no.png';
noObj.onload = function () {
posterCtx.drawImage(noObj, noX, 498, noInfo.width, noInfo.height);
posterCtx.drawImage(noObj, noX, 499, noInfo.width, noInfo.height);
txtDraw(posterCtx, business, '#fff', businessX, 512);
};
};
......
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