|
|
@@ -50,6 +50,16 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
|
tools.doGet(webConfig, {}, module.webConfigInformation, true) |
|
|
|
}; |
|
|
|
|
|
|
|
openChangeImg = function (data) { |
|
|
|
$('#changeBox').css('display','block') |
|
|
|
$('#changeBoxBg').css('display','block') |
|
|
|
} |
|
|
|
|
|
|
|
closeChangeImg = function (data) { |
|
|
|
$('#changeBox').css('display','none') |
|
|
|
$('#changeBoxBg').css('display','none') |
|
|
|
} |
|
|
|
|
|
|
|
//焦点图数据 |
|
|
|
module.focusNewsTop = function (data) { |
|
|
|
if (data.code == 200) { |
|
|
|