From bffb180ee82774f8503567b5a01ce7e9f35ca506 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期二, 15 一月 2019 16:33:45 +0800
Subject: [PATCH] 手机端上传图片添加水印
---
gx_tieta/WebRoot/mobil/voltageMbargraph.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/voltageMbargraph.html b/gx_tieta/WebRoot/mobil/voltageMbargraph.html
index 2dd55d7..469aa14 100644
--- a/gx_tieta/WebRoot/mobil/voltageMbargraph.html
+++ b/gx_tieta/WebRoot/mobil/voltageMbargraph.html
@@ -59,7 +59,7 @@
background-image: -o-linear-gradient(#444,#2d2d2d);
background-image: linear-gradient(#444,#2d2d2d); border:1px solid #111; color: #fff; text-decoration: none;">杩斿洖</a>
- <h1>鍗曚綋鐢靛帇</h1>
+ <h1 id="biaoti">鍗曚綋鐢靛帇</h1>
<div data-role="collapsible" data-type="horizontal" class="ui-btn-right" style=" background-color: none; color: #333333; text-decoration: none;" >
<h1 id="alwaysRight">鍏朵粬</h1>
<div class="clear"></div>
@@ -129,6 +129,7 @@
var model = eval("("+data.result+")");
//model = eval("("+model.result+")");
datas = model.data;
+ $("#biaoti").text("鐢靛帇("+batt.BattGroupName+")");//鏍囬娣诲姞鐢垫睜缁勭紪鍙�
mon_vol = new Array(); //鐢靛帇
mon_tmp = new Array(); //娓╁害
--
Gitblit v1.9.1