|
|
@@ -1,7 +1,7 @@ |
|
|
|
/** |
|
|
|
* Created by Administrator on 2021/4/5. |
|
|
|
*/ |
|
|
|
define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, template, Tools, echarts, swiper) { |
|
|
|
define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, swiper) { |
|
|
|
//数据存储 |
|
|
|
var module = { |
|
|
|
data: { |
|
|
@@ -274,6 +274,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* 经检查,这没用上,先注释掉 |
|
|
|
module.statisticsContent = function(data){ |
|
|
|
//console.log(module.option) |
|
|
|
//console.log(data) |
|
|
@@ -290,6 +291,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa |
|
|
|
var myChart = echarts.init(chartDom); |
|
|
|
module.option && myChart.setOption(module.option); |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
//互动交流 |
|
|
|
module.communicateList = function (data) { |
|
|
|