Pu Zhibing
7 小时以前 f8ca27209594d67dd766c8a58d7842364147d6bf
management/guns-admin/src/main/webapp/static/js/common/web-upload-object.js
@@ -84,8 +84,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);
            }
         });
         // 文件上传失败,显示上传出错。