联系官方销售客服

1835022288

028-61286886

求助 版主:官方研发技术组
生成首页静态文件报错
类型:迅睿CMS 更新时间:2021-10-22 11:04:30 代码保护

模板标签里面

生成首页静态文件报错{xunruicms_img_title}


URL地址相对路径:http://www.znxqqj.com/

首页模板里面的错误代码:

<script type="text/javascript">
    //heaernavcs();
    initCommonHeader();
    if (MARK == "") var MARK = "index";
    initCommonHeaderKeywords(MARK);
 
</script>
<script type="text/javascript">
    jQuery(".Cstpj").slide({ mainCell: "ul", vis: 5, prevCell: ".prev", nextCell: ".next", effect: "leftLoop", autoPlay: true });
    jQuery(".gsxc").slide({ mainCell: "ul", vis: 4, prevCell: ".prev", nextCell: ".next", effect: "leftLoop", autoPlay: true });
    jQuery(".gsdt_l").slide({ mainCell: ".bd", targetCell: ".more a", effect: "fold" });
    jQuery(".gsdt_r").slide({ mainCell: ".bd div", autoPlay: true, effect: "topMarquee", vis: 4, interTime: 50 });
    jQuery("#flashs").slide({ mainCell: ".bd div", titCell: ".hd span", effect: "fold", autoPlay: true, delayTime: 200 });
    window.onload = function () {
        //$(".sortlist dl dd:eq(0)").hide();
        $("div.gsxccont div.tempWrap").css("height", "212px;");
        //$(".gsdt_r .tempWrap").css("height", "300px;");

        $(".topst ul li:eq(0)").mouseover(function () {
            $(".topst ul li").removeClass();
            $(".topst ul li:eq(0)").addClass("cur on");
        });
        $(".topst ul li:eq(1)").mouseover(function () {
            $(".topst ul li").removeClass();
            $(".topst ul li:eq(1)").addClass("cur on");
        });
    }
</script>

这个怎么改?

回帖
  • 官方研发技术-阿华
    #1楼    官方研发技术-阿华
    2021-10-22 10:13:01
    Chrome 0
    说明html代码有问题啊http://tool.chinaz.com/tools/jsformat.aspx 在这里格式化一下模板代码
  • apple
    #2楼    apple
    2021-10-22 10:42:29
    Chrome 0
    官方研发技术-阿华 格式化后还是不行,现在的错误是这样的

    模板代码是
    $(this).children("div.hides").animate({marginRight:'-163px'},0,function(){$(this).hide();$(this).next("img.shows").show();});
  • 官方研发技术-阿华
    #3楼    官方研发技术-阿华
    2021-10-22 10:49:33
    Chrome 0
    $(this).children("div.hides").animate({ marginRight:'-163px'},0,function(){ $(this).hide(); $(this).next("img.shows").show(); });
    满意答案
  • apple
    #4楼    apple
    2021-10-22 11:04:30
    Chrome 0
    @官方研发技术-阿华:首页解决了,谢谢