ソースを参照

企业应用行业显示

luyanan 7 年 前
コミット
4c43c50c24
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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") {