dengzhiguo 6 years ago
parent
commit
27804543ec
1 changed files with 8 additions and 0 deletions
  1. 8 0
      js/component/account/setAccount/unit.jsx

+ 8 - 0
js/component/account/setAccount/unit.jsx

@@ -264,6 +264,14 @@ const Unit = React.createClass({
 		// 	});
 		// 	thecompanyLogoUrl = picArr.join(',');
 		// }
+		if (this.state.businessScope&&this.state.businessScope.length>400) {
+			message.warning('业务范围字数为1~400!');
+			return false;
+		}
+		if (this.state.introduction&&this.state.introduction.length>400) {
+			message.warning('企业简介字数为1~512!');
+			return false;
+		}
 		let thequaliUrl = [];
 		if (this.state.qualiUrl.length) {
 			let picArr = [];