@titaui/pc 1.13.2-beta.23 → 1.13.2-beta.24

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.
@@ -680,7 +680,7 @@ var Upload = /*#__PURE__*/function (_PureComponent) {
680
680
  visible: dialogUploadTypeVidible,
681
681
  onClose: this.hideDialogUploadTypeVidible
682
682
  }), /*#__PURE__*/_react["default"].createElement(_dialogQqDocs["default"], {
683
- fileNumLimit: (fileNumLimit || 20) - uploadSuccessFiles.length,
683
+ fileNumLimit: fileNumLimit,
684
684
  defaultQQDocsData: defaultQQDocsData,
685
685
  visible: dialogQQDocsVidible,
686
686
  onClose: this.hideDialogQQDocsVidible,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.13.2-beta.23",
3
+ "version": "1.13.2-beta.24",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",