浏览代码

农业执法

master
庞东旭 3 年前
父节点
当前提交
0341431a0c
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      agriculturalLawEnforcement/index.html
  2. +1
    -1
      agriculturalLawEnforcement/static/js/project/basis/basisDetail.js
  3. +1
    -1
      agriculturalLawEnforcement/static/js/project/notice/noticeDetail.js
  4. +1
    -1
      agriculturalLawEnforcement/static/js/project/work/workDetail.js

+ 1
- 1
agriculturalLawEnforcement/index.html 查看文件

@@ -32,7 +32,7 @@
<!--<p>大数据</p>--> <!--<p>大数据</p>-->
<!--</div>--> <!--</div>-->
<!--</a>--> <!--</a>-->
<a href="http://116.255.135.38:73" target="_blank">
<a href="http://116.255.223.226:73" target="_blank">
<div class="fl"> <div class="fl">
<img src="static/images/login.png" class="m-b-5" alt=""/> <img src="static/images/login.png" class="m-b-5" alt=""/>
<p>登录</p> <p>登录</p>


+ 1
- 1
agriculturalLawEnforcement/static/js/project/basis/basisDetail.js 查看文件

@@ -37,7 +37,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
var content = data.data; var content = data.data;
$("#newTitle").html(content.title); $("#newTitle").html(content.title);
$("#newTime").html('发布时间:'+content.newsTime); $("#newTime").html('发布时间:'+content.newsTime);
$("#newCome").html('来源:'+content.createBy);
$("#newCome").html('来源:'+content.realname);
$("#newContent").html(content.content); $("#newContent").html(content.content);
if (document.body.scrollHeight > document.body.offsetHeight){ if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative'; document.getElementById('bottomInformation').style.position = 'relative';


+ 1
- 1
agriculturalLawEnforcement/static/js/project/notice/noticeDetail.js 查看文件

@@ -37,7 +37,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
var content = data.data; var content = data.data;
$("#newTitle").html(content.title); $("#newTitle").html(content.title);
$("#newTime").html('发布时间:'+content.newsTime); $("#newTime").html('发布时间:'+content.newsTime);
$("#newCome").html('来源:'+content.createBy);
$("#newCome").html('来源:'+content.realname);
$("#newContent").html(content.content); $("#newContent").html(content.content);
if (document.body.scrollHeight > document.body.offsetHeight){ if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative'; document.getElementById('bottomInformation').style.position = 'relative';


+ 1
- 1
agriculturalLawEnforcement/static/js/project/work/workDetail.js 查看文件

@@ -37,7 +37,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
var content = data.data; var content = data.data;
$("#newTitle").html(content.title); $("#newTitle").html(content.title);
$("#newTime").html('发布时间:'+content.newsTime); $("#newTime").html('发布时间:'+content.newsTime);
$("#newCome").html('来源:'+content.createBy);
$("#newCome").html('来源:'+content.realname);
$("#newContent").html(content.content); $("#newContent").html(content.content);
if (document.body.scrollHeight > document.body.offsetHeight){ if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative'; document.getElementById('bottomInformation').style.position = 'relative';


正在加载...
取消
保存