Selaa lähdekoodia

注释研究方向列表跳转

xuchunyang 8 vuotta sitten
vanhempi
commit
dcb8f92aff
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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) {