/** * Created by Administrator on 2021/4/5. */ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, template, Tools, echarts, swiper) { //数据存储 var module = { data: { //服务器地址 serverApi:'', //焦点图数据 focusList: [], communicateList: [], noticeList: [], policyList: [], newList: [], }, }; var tools = new Tools(); module.init = function (page) { //新闻管理列表 // tools.doGet(news + '/003//7', {}, module.focusNews , true); tools.doGet(financialDetails + '/' + getQueryVariable('id'), {}, module.financialList , true); }; //获取地址栏参数 function getQueryVariable(variable){ var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i