|
|
@@ -31,8 +31,18 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function |
|
|
|
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true); |
|
|
|
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) |
|
|
|
tools.getWebConfig(); |
|
|
|
|
|
|
|
tools.doGet(webConfig, {}, module.webConfig, true) |
|
|
|
}; |
|
|
|
|
|
|
|
//底部友情链接 |
|
|
|
module.webConfig = function (data) { |
|
|
|
if (data.code == 200) { |
|
|
|
$("#fwxyConfig").html(data.data[15].configValue); |
|
|
|
$("#cnsConfig").html(data.data[16].configValue); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//底部友情链接 |
|
|
|
module.bankType = function (data) { |
|
|
|
if (data.code == 200) { |
|
|
|