liting2017 7 년 전
부모
커밋
8871244727
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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": {