Browse Source

个人信息职称无刷新问题

luyanan 7 years ago
parent
commit
70486526f8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      js/information.js

+ 4 - 0
js/information.js

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