ソースを参照

修改热点为http

shaogen1995 3 年 前
コミット
dffc38d1ce

+ 1 - 1
web/public/static/css/css/oldVer/main0.css

@@ -38,7 +38,7 @@ iframe{
 	height: 100%;
 	height: 100%;
 	/* margin: 80px auto; */
 	/* margin: 80px auto; */
 	display: none;
 	display: none;
-	z-index: 101;
+	z-index: 9999;
 	background:  rgba(0,0,0,0.6);
 	background:  rgba(0,0,0,0.6);
 }
 }
 .popup-content{
 .popup-content{

+ 1 - 1
web/public/static/css/oldVer/main0.css

@@ -38,7 +38,7 @@ iframe{
 	height: 100%;
 	height: 100%;
 	/* margin: 80px auto; */
 	/* margin: 80px auto; */
 	display: none;
 	display: none;
-	z-index: 101;
+	z-index: 9999;
 	background:  rgba(0,0,0,0.6);
 	background:  rgba(0,0,0,0.6);
 }
 }
 .popup-content{
 .popup-content{

+ 1 - 1
web/public/static/js/Hot.js

@@ -40,7 +40,7 @@ window.initHot = function(model){
           , o = "en" == manage.number("lang") ? "&lang=" + manage.number("lang") : "";
           , o = "en" == manage.number("lang") ? "&lang=" + manage.number("lang") : "";
         -1 == r.indexOf("?") ? src = link + "?time=" + randomTime().getTime() + "&id=" + window.number + o : src = link + "&time=" + randomTime().getTime() + "&id=" + window.number + o 
         -1 == r.indexOf("?") ? src = link + "?time=" + randomTime().getTime() + "&id=" + window.number + o : src = link + "&time=" + randomTime().getTime() + "&id=" + window.number + o 
             
             
-         return src.replace('https://www.4dmodel.com/SuperTwo/hot_online1/', 'https://culture.4dage.com/JHSuperTow/')    
+        return src.replace('https://www.4dmodel.com/SuperTwo/hot_online1/', 'http://www.4dmodel.com/SuperTwo/hot_online1/')    
     }
     }
     var removeSrcPostMark = function(url){//去除texture.load时自动加上的'?'
     var removeSrcPostMark = function(url){//去除texture.load时自动加上的'?'
         var index = url.indexOf('?')
         var index = url.indexOf('?')

+ 3 - 3
web/public/static/js/main_2020_show.js

@@ -14856,8 +14856,8 @@ window.Modernizr = function(n, e, t) {
                 //czj 判断someData 有没有hoticon字段 修改热点的样式
                 //czj 判断someData 有没有hoticon字段 修改热点的样式
                 if (window.DATA.hoticon){
                 if (window.DATA.hoticon){
                     g_HotImage = {
                     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 添加音乐
                 //czj 判断someData 有没有backgroundMusic 添加音乐
@@ -17498,7 +17498,7 @@ window.Modernizr = function(n, e, t) {
                         li.hot = hot;   // 列表每一项对应一个热点
                         li.hot = hot;   // 列表每一项对应一个热点
                         li.appendChild(span);
                         li.appendChild(span);
                         ul.appendChild(li);
                         ul.appendChild(li);
-                        docFragment.appendChild(li);
+                        // docFragment.appendChild(li);
                     }
                     }
                 })
                 })
             }
             }