diff --git a/sunVillage_info/index.html b/sunVillage_info/index.html index e27cbc2..2d34d46 100644 --- a/sunVillage_info/index.html +++ b/sunVillage_info/index.html @@ -17,10 +17,10 @@
-

- 阳光三资公示公开 +

+ 阳光三资公示公开 YANG GUANG SAN ZI GONG SHI GONG KAI -

+

2025年7月14日 18:12:56

@@ -84,12 +84,12 @@ diff --git a/sunVillage_info/static/css/index.css b/sunVillage_info/static/css/index.css index 6e78b1c..d887ec2 100644 --- a/sunVillage_info/static/css/index.css +++ b/sunVillage_info/static/css/index.css @@ -38,6 +38,7 @@ background: url("../images/tt_icon.png") no-repeat left center; background-size: auto 50px; padding-left: 70px; + text-align: left; } #titContent span{ diff --git a/sunVillage_info/static/images/dengzhou.png b/sunVillage_info/static/images/dengzhou.png new file mode 100644 index 0000000..0078f21 Binary files /dev/null and b/sunVillage_info/static/images/dengzhou.png differ diff --git a/sunVillage_info/static/images/wolong.png b/sunVillage_info/static/images/wolong.png new file mode 100644 index 0000000..bc50db8 Binary files /dev/null and b/sunVillage_info/static/images/wolong.png differ diff --git a/sunVillage_info/static/images/xixiaxian.png b/sunVillage_info/static/images/xixiaxian.png new file mode 100644 index 0000000..a1e5f47 Binary files /dev/null and b/sunVillage_info/static/images/xixiaxian.png differ diff --git a/sunVillage_info/static/images/zhenping.png b/sunVillage_info/static/images/zhenping.png new file mode 100644 index 0000000..92d510d Binary files /dev/null and b/sunVillage_info/static/images/zhenping.png differ diff --git a/sunVillage_info/static/js/project/index.js b/sunVillage_info/static/js/project/index.js index 031008d..3c5f4d3 100644 --- a/sunVillage_info/static/js/project/index.js +++ b/sunVillage_info/static/js/project/index.js @@ -16,6 +16,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, var tools = new Tools(); module.init = function (page) { + tools.doGet(webList, {}, module.webList , true); //新闻列表 }; @@ -50,11 +51,11 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, module.webList = function (data) { if (data.code == 200) { var content = data.data; - module.data.webList = content; - var webData = template('webData', module.data); - $("#webContent").html(webData); - var titData = template('titData', module.data); - $("#titContent").html(titData); + + $("#tt").html(content.top.contentValue); + $("#phone").html('投诉电话:' + content.botoom2[0].contentValue); + $("#zcdw").html('支持单位:' + content.botoom3[1].contentValue); + $('#ewm').attr('src', 'static/images/'+content.top.bz); } }