Эх сурвалжийг харах

fix:商机管理落地页问题修复

xuemingyang 3 жил өмнө
parent
commit
1c54d96f75

+ 12 - 12
src/web/staticres/big-member/js/public_big.js

@@ -249,18 +249,18 @@ $(function () {
             }
         }
         // 数字滚动
-        var numberBox = $(".show-number-box")
-        if (numberBox) {
-            var numberBoxH = numberBox.offset().top
-            if ($(window).scrollTop() + $(window).height()  >= numberBoxH) {
-                if (!numberBox.attr('data-show-an')) {
-                    numberBox.attr('data-show-an','true')
-                    filpNumber()
-                }
-            } else {
-                numberBox.removeAttr('data-show-an')
-            }
-        }
+        // var numberBox = $(".show-number-box")
+        // if (numberBox) {
+        //     var numberBoxH = numberBox.offset().top
+        //     if ($(window).scrollTop() + $(window).height()  >= numberBoxH) {
+        //         if (!numberBox.attr('data-show-an')) {
+        //             numberBox.attr('data-show-an','true')
+        //             filpNumber()
+        //         }
+        //     } else {
+        //         numberBox.removeAttr('data-show-an')
+        //     }
+        // }
     }
 
     /******* 获取url参数(正则)********/

+ 1 - 1
src/web/templates/common/pchead.html

@@ -682,7 +682,7 @@
                     <div class="jynav-list jy-rember" style="width:158px;">
                         <span name="招标订阅" class="super-vip"><a href="/front/subscribe.html">超级订阅</a></span>
                         <span name="大会员"><a href="/big/page/index">大会员</a></span>
-                         <span name="商机管理"><a href="/swordfish/frontPage/entpc/sess/enptc_index">商机管理</a></span>
+                         <span name="商机管理"><a href="/swordfish/frontPage/entpc/free/enptc_index">商机管理</a></span>
                     </div>
 				</li>
                 <li  name="数据">

+ 0 - 0
src/web/templates/frontRouter/pc/entpc/sess/enptc_index.html → src/web/templates/frontRouter/pc/entpc/free/enptc_index.html