Browse Source

xielianghe

lange 5 years ago
parent
commit
397e4ffb89
1 changed files with 4 additions and 1 deletions
  1. 4 1
      whepi-ui/templates/home/ribao.js

+ 4 - 1
whepi-ui/templates/home/ribao.js

@@ -1472,8 +1472,11 @@ function addReport() {
         canSahngbao = false;
         canSahngbao = false;
         document.getElementById("btn_shangbao").style['background-color'] = "#D9D9D9";
         document.getElementById("btn_shangbao").style['background-color'] = "#D9D9D9";
         document.getElementById("txt_shangbao").style['color'] = "#0bb20c";
         document.getElementById("txt_shangbao").style['color'] = "#0bb20c";
+        document.getElementById("txt_shangbaotime").style['color'] = "#0bb20c";
         $('#txt_shangbao').empty();
         $('#txt_shangbao').empty();
-        $('#txt_shangbao').append("今日已上报,上报时间:" + time);
+        $('#txt_shangbao').append("今日已上报" );
+        $('#txt_shangbaotime').empty();
+        $('#txt_shangbaotime').append("上报时间:" + time);
       }
       }
 
 
     },
     },