Browse Source

Merge pull request #27 in FUI/fineui from ~CHAOFENG/fineui:master to master

* commit 'da08ae12efd1c6d51882b0afede0ccba178d219b':
  cjkdecode去掉
es6
guy 7 years ago
parent
commit
48c42aeb4f
  1. 2
      src/base/single/input/file.js

2
src/base/single/input/file.js

@ -185,7 +185,7 @@
if (199 < xhr.status && xhr.status < 400) {
upload["onload"]({});
var attachO = BI.jsonDecode(xhr.responseText);
attachO.filename = BI.cjkDecode(handler.file.fileName);
attachO.filename = handler.file.fileName;
if (handler.file.type.indexOf('image') != -1) {
attachO.attach_type = "image";
}

Loading…
Cancel
Save