|
|
@@ -14856,8 +14856,8 @@ window.Modernizr = function(n, e, t) {
|
|
|
//czj 判断someData 有没有hoticon字段 修改热点的样式
|
|
|
if (window.DATA.hoticon){
|
|
|
g_HotImage = {
|
|
|
- point: window.DATA.hoticon.default || "https://super.4dage.com/static/images/4dagePoint2.png",
|
|
|
- point2: window.DATA.hoticon.higt || "https://super.4dage.com/static/images/4dagePoint.png"
|
|
|
+ point: ('static/'+ window.DATA.hoticon.default )|| "https://super.4dage.com/static/images/4dagePoint2.png",
|
|
|
+ point2: ('static/'+ window.DATA.hoticon.higt) || "https://super.4dage.com/static/images/4dagePoint.png"
|
|
|
} ;
|
|
|
}
|
|
|
//czj 判断someData 有没有backgroundMusic 添加音乐
|
|
|
@@ -17498,7 +17498,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
li.hot = hot; // 列表每一项对应一个热点
|
|
|
li.appendChild(span);
|
|
|
ul.appendChild(li);
|
|
|
- docFragment.appendChild(li);
|
|
|
+ // docFragment.appendChild(li);
|
|
|
}
|
|
|
})
|
|
|
}
|