瀏覽代碼

achievement -bug

liting2017 6 年之前
父節點
當前提交
c0c6742b6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/component/account/achievement/achievementForm.jsx

+ 1 - 1
js/component/account/achievement/achievementForm.jsx

@@ -219,7 +219,7 @@ const DemandDetailForm = Form.create()(React.createClass({
                 thePictureUrl = picArr.join(",");
 			};
 			let thepictureUrlMin = [];
-            if (this.state.pictureUrl.length) {
+            if (this.state.pictureUrlMin.length) {
                 let picArr = [];
                 this.state.pictureUrlMin.map(function (item) {
                     if ( item.response && item.response.data && item.response.data.length ){