Parcourir la source

农业执法

master
庞东旭 il y a 3 ans
Parent
révision
0341431a0c
4 fichiers modifiés avec 4 ajouts et 4 suppressions
  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 Voir le fichier

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


+ 1
- 1
agriculturalLawEnforcement/static/js/project/basis/basisDetail.js Voir le fichier

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


+ 1
- 1
agriculturalLawEnforcement/static/js/project/notice/noticeDetail.js Voir le fichier

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


+ 1
- 1
agriculturalLawEnforcement/static/js/project/work/workDetail.js Voir le fichier

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


Chargement…
Annuler
Enregistrer