fix: bug修复
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
"compress": false, //不启用压缩
|
||||
"resize": false, //尺寸不改变
|
||||
"formData": {},
|
||||
"pick": {id: '#filePicker', label: '点击选择文件', "name": "file"},
|
||||
"pick": {id: '#filePicker', label: '点击选择文件', "name": "file", "multiple": false},
|
||||
"thumb": {"width": 110, "height": 110, "quality": 70, "allowMagnify": true, "crop": true, "preserveHeaders": false, "type": "image\/jpeg"}
|
||||
};
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user