dengzhiguo 6 年之前
父节点
当前提交
27804543ec
共有 1 个文件被更改,包括 8 次插入0 次删除
  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 = [];