Commit 4014785d by dosZhang

version

parent bbff876f
......@@ -331,7 +331,7 @@ function createPoster() {
photo.onload = function () {
posterCtx.drawImage(photo, 0, 0, posterCanvas.width, posterCanvas.height);
var posterMask = new Image();
posterMask.src = '/Public/static/image2/poster-' + level + '.png?version=2'
posterMask.src = '/Public/static/image2/poster-' + level + '.png?version=3'
posterMask.onload = function () {
setTimeout(function () {
......
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