Pu Zhibing
7 天以前 61b2d479bf4887902d21c5c99d9b65bf9cc8d27a
management/guns-admin/src/main/webapp/static/js/common/web-upload-image.js
@@ -82,8 +82,12 @@
         // 文件上传成功,给item添加成功class, 用样式标记上传成功。
         bindedObj.on('uploadSuccess', function(file,response) {
            Feng.success("上传成功");
            $("#" + me.pictureId).val(response);
            if(null != response && response.indexOf("http") != -1){
               Feng.success("上传成功");
               $("#" + me.pictureId).val(response);
            }else{
               Feng.error(response);
            }
         });
         // 文件上传失败,显示上传出错。