|
@@ -16893,7 +16893,12 @@ window.Modernizr = (function (n, e, t) {
|
|
|
}
|
|
|
|
|
|
//czj 判断someData 有没有hoticon字段 修改热点的样式
|
|
|
- if (window.DATA.hoticon) {
|
|
|
+ if (window.hoticon) {
|
|
|
+ g_HotImage = {
|
|
|
+ point: window.hoticon.default,
|
|
|
+ point2: window.hoticon.higt
|
|
|
+ }
|
|
|
+ } else if (window.DATA.hoticon) {
|
|
|
g_HotImage = {
|
|
|
point:
|
|
|
window.DATA.hoticon.default || 'https://super.4dage.com/images/4dagePoint2.png',
|