Przeglądaj źródła

个人信息职称无刷新问题

luyanan 7 lat temu
rodzic
commit
70486526f8
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      js/information.js

+ 4 - 0
js/information.js

@ -245,9 +245,13 @@ $(function() {
245 245
									}
246 246
									if($info.title) {
247 247
										$("#proTit").html($info.title + "<span style='margin-right:10px;'></span>");
248
									}else{
249
										$("#proTit").html("")
248 250
									}
249 251
									if($info.address) {
250 252
										$("#proAddress").html($info.address + "<span style='margin-right:10px;'></span>");
253
									}else{
254
										$("#proAddress").html('')
251 255
									}
252 256
									var proOther="";
253 257
									if($info.orgName){