修改KE点击上传图片时选择非图片格式时的提示信息
This commit is contained in:
parent
7f7979e955
commit
28b481cf36
|
@ -5667,7 +5667,8 @@ _plugin('core', function(K) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
alert(data.message);
|
||||
//alert(data.message);
|
||||
alert("仅支持如下图片格式:bmp,jpeg,jpg,png,gif,BMP,JPEG,JPG,PNG,GIF");
|
||||
}
|
||||
},
|
||||
afterError : function(str) {
|
||||
|
|
Loading…
Reference in New Issue