LIPENGTAO1313 6 years ago
parent
commit
3905fd95b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/sevriceShow.js

+ 1 - 1
js/sevriceShow.js

@ -520,7 +520,7 @@ $(document).ready(function() {
520 520
		}
521 521
		event.stopPropagation()
522 522
	});
523
	$("#expertli").on("click", ".addbtn", function() {
523
	$("#expertli").on("click", "li", function() {
524 524
			var id = $(this).attr("data-id");
525 525
			location.href = "userInforShow.html?professorId=" + id;
526 526
	});