Browse Source

团队纠错反馈

lyn7568 5 years ago
parent
commit
60f61e55d1
2 changed files with 1 additions and 2 deletions
  1. 1 1
      js/teamInforShow.js
  2. 0 1
      js/userInforShow.js

+ 1 - 1
js/teamInforShow.js

538
					$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
538
					$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
539
					return;
539
					return;
540
				}else{
540
				}else{
541
					oAjax("/ajax/feedback/error/professor",{
541
					oAjax("/ajax/feedback/error/team",{
542
						"id": tId,
542
						"id": tId,
543
						"cnt":cntCon,
543
						"cnt":cntCon,
544
						"user":cntUser
544
						"user":cntUser

+ 0 - 1
js/userInforShow.js

759
						var itemlist = '<li>';
759
						var itemlist = '<li>';
760
							itemlist += '<a target="_blank" href="unPatentShow.html?id='+$info[i].id+'" class="flexCenter urlgo">';
760
							itemlist += '<a target="_blank" href="unPatentShow.html?id='+$info[i].id+'" class="flexCenter urlgo">';
761
							itemlist += resIM
761
							itemlist += resIM
762
							itemlist += '<div class="madiaInfo">';
763
							itemlist += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ $info[i].name +'</p>';
762
							itemlist += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ $info[i].name +'</p>';
764
							itemlist += '<p class="h2Font ellipsisSty displayNone">研究者:<span class="researchers"></span></p>';
763
							itemlist += '<p class="h2Font ellipsisSty displayNone">研究者:<span class="researchers"></span></p>';
765
							if ($info[i].orgId){
764
							if ($info[i].orgId){