Commit 8a332bdb by doszhang

dos

parent 0454d228
......@@ -147,7 +147,7 @@ function createPoster(name, business) {
var headimgObj = new Image();
headimgObj.src = getManBase64(uploadCanvas);
headimgObj.onload = function () {
posterCtx.drawImage(headimgObj, 170 * 2, 402 * 2, 87 * 2, 87 * 2);
posterCtx.drawImage(headimgObj, 170, 402, 87, 87);
}
}
......
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