Commit 2ec09fea by doszhang

dos

parent 5f29098e
...@@ -387,6 +387,7 @@ function createPoster() { ...@@ -387,6 +387,7 @@ function createPoster() {
} }
function drawFlagItem(initialPosition) { function drawFlagItem(initialPosition) {
initialPosition = initialPosition + parseFloat(getTranslateDistance());
let noBg = new Image(); let noBg = new Image();
noBg.src = picUrl + 'flag-no.png'; noBg.src = picUrl + 'flag-no.png';
noBg.onload = function () { noBg.onload = 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