From 9c670af9d062caf6ee2a3835c52932ba11b05a3e Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期五, 18 一月 2019 11:15:39 +0800
Subject: [PATCH] 关闭上传页面的图片的等待框
---
gx_tieta/WebRoot/mobil/iframe/searchBatt.html | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/iframe/searchBatt.html b/gx_tieta/WebRoot/mobil/iframe/searchBatt.html
index f8d9ce0..f80efd7 100644
--- a/gx_tieta/WebRoot/mobil/iframe/searchBatt.html
+++ b/gx_tieta/WebRoot/mobil/iframe/searchBatt.html
@@ -96,11 +96,22 @@
if(data.length>0){
layer.msg('璇烽�夋嫨涓嬫柟鐨勬満鎴�');
}else{
+ var json = window.JSON.stringify(input);
+ setCookie("eleparm2newbatt",json);
layer.confirm('鎮ㄨ緭鍏ョ殑鏈烘埧涓嶅瓨鍦紒鏄惁瑕佽鏂板缓鏈烘埧锛�',{btn:['鏂板缓','鍙栨秷']},function(){
setV();
+ var json = window.JSON.stringify(input);
+ //setCookie("eleparm2newbatt",json);
+ // $("#jifangname").val(input);
+ //console.info(input);
+ // var test=getCookie("eleparm2newbatt");
+ //console.info(test);
});
- input = window.JSON.stringify(input);
- setCookie("ele_parm2_newbatt",input);
+ //var test=getCookie("eleparm2newbatt");
+ //console.info(test);
+ //console.info(input);
+ //var json = window.JSON.stringify(input);
+ //setCookie("ele_parm2_newbatt",json);
}
}
});
--
Gitblit v1.9.1