Browse Source

分享专家的页面

jack 7 years ago
parent
commit
bfc6733c69
1 changed files with 4 additions and 1 deletions
  1. 4 1
      ekexiu/shareProinfor.html

+ 4 - 1
ekexiu/shareProinfor.html

@ -260,8 +260,11 @@
260 260
							personalMaterial[0].innerText = $data.name;
261 261
							
262 262
							//title标题栏
263
							if(!$data.title){
264
								$data.title="";
265
							}
263 266
							shareTitle = "【科袖名片】" + $data.name + " " + $data.title + "";
264
							window.setInterval(function() {
267
							window.setTimeout(function() {
265 268
								document.title = "【科袖名片】" + $data.name + " " + $data.title + "";
266 269
							}, 500);
267 270