﻿//雷蛇活动新闻
this.GetRazerNewsScords = function() {
    $.ajax({
        url: "../../Ashx/NewsService.ashx",
        type: "post",
        data: "action=lsnews&newstype=131&top=8&len=7",  //参数需要修改 lisl   //NewsIndexJf getnews
        success: function(retMsg) {
            $("#RazerNewsType").removeAttr("innerHTML");
            if (!retMsg)
                retMsg = "暂无活动信息";
            $("<div/>").attr("innerHTML", retMsg).appendTo("#RazerNewsType");
        }
    });
}

this.GetRazerNewsScords(); //雷蛇活动新闻 