浏览代码

企业应用行业显示

luyanan 7 年之前
父节点
当前提交
4c43c50c24
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/cmpInforShow.js

+ 1 - 1
js/cmpInforShow.js

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