Browse Source

企业应用行业字段

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

+ 1 - 1
js/cmpInforShow.js

@ -194,7 +194,7 @@ $(function() {
194 194
						$("#proAddress").html($info.city + "<span style='margin-right:10px;'></span>");
195 195
					}
196 196
					var proOther = "";
197
					if($info.industry.length!=0 || $info.industry!=undefined) {
197
					if($info.industry) {
198 198
						proOther = $info.industry.replace(/,/gi, " | ");
199 199
					}
200 200
					$("#proOther").text(proOther);