Browse Source

企业应用行业显示

luyanan 7 years ago
parent
commit
4c43c50c24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/cmpInforShow.js

+ 1 - 1
js/cmpInforShow.js

@ -195,7 +195,7 @@ $(function() {
195 195
					}
196 196
					var proOther = "";
197 197
					if($info.industry) {
198
						proOther = $info.industry.replace(//gi, " | ") + "-";
198
						proOther = $info.industry.replace(/,/gi, " | ");
199 199
					}
200 200
					$("#proOther").text(proOther);
201 201
					if($info.orgType == "2") {