easy3wui 1.5.53-beta2 → 1.5.53-beta3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -372,7 +372,7 @@ var Easy3wUpload = function (_Component) {
372
372
  for (var i = 0; i < value.length; i += 1) {
373
373
  var status = value[i].status;
374
374
 
375
- if (status !== 'done') {
375
+ if (status === 'uploading') {
376
376
  str = ' ';
377
377
  break;
378
378
  }
@@ -1037,7 +1037,7 @@ var _initialiseProps = function _initialiseProps() {
1037
1037
  for (var i = 0; i < value.length; i += 1) {
1038
1038
  var status = value[i].status;
1039
1039
 
1040
- if (status !== 'done') {
1040
+ if (status === 'uploading') {
1041
1041
  str = ' ';
1042
1042
  break;
1043
1043
  }
@@ -360,7 +360,6 @@ var _initialiseProps = function _initialiseProps() {
360
360
  // fileList, // 文件列表
361
361
  // fileIds, // 文件ID
362
362
  // };
363
- console.log('updateFileList', initialValue, fileList, fileIds);
364
363
  _this2.setState({
365
364
  fileList: fileList, // 文件列表
366
365
  fileIds: fileIds // 文件ID
@@ -417,7 +416,7 @@ var _initialiseProps = function _initialiseProps() {
417
416
  for (var i = 0; i < value.length; i += 1) {
418
417
  var status = value[i].status;
419
418
 
420
- if (status !== 'done') {
419
+ if (status === 'uploading') {
421
420
  str = ' ';
422
421
  break;
423
422
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.53-beta2",
3
+ "version": "1.5.53-beta3",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",