Quellcode durchsuchen

注释研究方向列表跳转

xuchunyang vor 8 Jahren
Ursprung
Commit
dcb8f92aff
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      app/js/researchArea.js

+ 2 - 1
app/js/researchArea.js

@ -20,7 +20,7 @@ mui.plusReady(function() {
20 20
	document.getElementById("researchArea").innerText = wd.dataCaption;
21 21
	personalMessage();
22 22
	/*进入为学术领域点赞人的浏览页面*/
23
	mui("#table").on('tap', 'li', function() {
23
	/*mui("#table").on('tap', 'li', function() {
24 24
		var professId = this.getAttribute("professorId");
25 25
		var authentication = this.getAttribute("authentication");
26 26
		var authType = this.getAttribute("authType");
@ -47,6 +47,7 @@ mui.plusReady(function() {
47 47
		}
48 48

49 49
	});
50
*/
50 51
});
51 52

52 53
function personalMessage(a) {