Commit 49b8deef by doszhang

dos

parent 95c06f37
......@@ -306,7 +306,7 @@ function createPoster() {
photo.onload = function () {
posterCtx.drawImage(photo, 0, 0, posterCanvas.width, posterCanvas.height);
var posterObj = new Image();
posterObj.src = '/Public/static/image2/poster' + level + '.png';
posterObj.src = '/Public/static/image2/poster' + level + '.png?version=1.0.0';
posterObj.onload = function () {
txtDraw(posterCtx, username, '#fff', 598 * 2, 347 * 2, 45 * 2, 'bolder');
txtDraw(posterCtx, '中信保诚人寿', '#fff', 598 * 2, 381 * 2, 20 * 2);
......
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