liting2017 7 years ago
parent
commit
8871244727
2 changed files with 2 additions and 3 deletions
  1. 1 2
      js/component/manageCenter/demand/techDemandDesc.jsx
  2. 1 1
      package.json

+ 1 - 2
js/component/manageCenter/demand/techDemandDesc.jsx

@@ -405,8 +405,7 @@ const DemandDetailShow = Form.create()(React.createClass({
 	                                        previewImage: file.url || file.thumbUrl,
 	                                        previewVisible: true,
 	                                    });
-	                                }} >
-	                                {fileList.length >= 1 ? null : uploadButton}
+	                                }} >	                               
 	                            </Upload>
 	                            <Modal maskClosable={false} footer={null}
 	                                visible={this.state.previewVisible}

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.0.45",
+  "version": "1.0.46",
   "description": "",
   "main": "index.js",
   "scripts": {