Commit 55dc4c6a by 冷斌

踢人

parent fb422cc3
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
$("#thumb").val(str.data.url); $("#thumb").val(str.data.url);
$("#img_file1").attr("src",str.data.url); $("#img_file1").attr("src",str.data.url);
$(".shadd[data-select="+img+"]").hide(); $(".shadd[data-select="+img+"]").hide();
$("#tipMessage").hide();
} }
else else
{ {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<img src="__PUBLIC__/appapi/img/upload.png" <img src="__PUBLIC__/appapi/img/upload.png"
class="fl img-sfz" class="fl img-sfz"
data-index="ipt-file1" id="img_file1" onclick="file_click($(this))"> data-index="ipt-file1" id="img_file1" onclick="file_click($(this))">
<span>添加图片</span> <span id="tipMessage">添加图片</span>
<div class="shad1 shadd" <div class="shad1 shadd"
data-select="ipt-file1"> data-select="ipt-file1">
<div class="title-upload">正在上传中...</div> <div class="title-upload">正在上传中...</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment