浏览代码

企业应用行业字段

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

+ 1 - 1
js/cmpInforShow.js

194
						$("#proAddress").html($info.city + "<span style='margin-right:10px;'></span>");
194
						$("#proAddress").html($info.city + "<span style='margin-right:10px;'></span>");
195
					}
195
					}
196
					var proOther = "";
196
					var proOther = "";
197
					if($info.industry.length!=0 || $info.industry!=undefined) {
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);