Sfoglia il codice sorgente

:sparkles: 更换数据正在突击中图片

zhanghe 6 anni fa
parent
commit
51a47f8185

BIN
src/stage/index/assets/img/building.png


+ 1 - 1
src/stage/index/scene/DataBuildingScene.js

@@ -10,7 +10,7 @@ class DataBuildingScene extends scene {
         if (data && data.bgUrl) {
             document.getElementById('building-pic-bg').setAttribute('src', Consts.IMG_PATH + '/' + data.bgUrl);
         } else {
-            document.getElementById('building-pic-bg').setAttribute('src', Consts.DATA_BUILDING);
+            document.getElementById('building-pic-bg').setAttribute('src', 'asstes/img/building.png');
         }
       });
     }