Commit 59f0dee1 by doszhang

dos

parent 8b42bbc5
...@@ -298,6 +298,7 @@ function createPoster(name, business) { ...@@ -298,6 +298,7 @@ function createPoster(name, business) {
posterObj.src = '/Public/static/image2/poster' + level + '.jpg'; posterObj.src = '/Public/static/image2/poster' + level + '.jpg';
posterObj.onload = function () { posterObj.onload = function () {
posterCtx.drawImage(posterObj, 0, 0, posterCanvas.width, posterCanvas.height); posterCtx.drawImage(posterObj, 0, 0, posterCanvas.width, posterCanvas.height);
$('#notification_area').remove();
$('.upload-page').hide(); $('.upload-page').hide();
$('.poster-page').show(); $('.poster-page').show();
// var headimgObj = new Image(); // var headimgObj = new Image();
......
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