聯(lián)系官方銷售客服
1835022288
028-61286886
因?yàn)閮啥蝚s代碼,報(bào)錯(cuò)如圖所示
js代碼如下:
<script type="text/javascript"> TouchSlide({ slideCell: "#focus", titCell: ".hd ul", //開(kāi)啟自動(dòng)分頁(yè) autoPage:true ,此時(shí)設(shè)置 titCell 為導(dǎo)航元素包裹層 mainCell: ".bd ul", effect: "leftLoop", autoPlay: true, //自動(dòng)播放 autoPage: true, //自動(dòng)分頁(yè) delayTime:500, interTime:3500 }); </script> <script> $('.news_tab li').mouseover(function (){$(this).addClass("on").siblings().removeClass("on");$(".news").eq($('.news_tab li').index(this)).show().siblings(".news").hide();}); $(".nav h2").click(function(){ $(".nav_sub").slideToggle("slow"); }); $(".share_btn").click(function(){ $(".share").slideToggle("slow"); }); $(".bds_more").click(function(){ $(".bdshare_popup_box").css("display","none"); }); }) </script>
回復(fù)@迅??蚣芗夹g(shù)-李波 什么原因,不懂,以后遇到這種錯(cuò)誤怎么解決
將模板文件放到迅睿cms之前需要把原來(lái)的html文件的代碼格式化一次,用這個(gè)工具:http://tool.chinaz.com/tools/jsformat.aspx
就不會(huì)有錯(cuò)了