happy 7 years ago
parent
commit
76d1c1ef9f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      js/resourceShow.js

+ 3 - 0
js/resourceShow.js

@ -410,6 +410,9 @@ $(document).ready(function() {
410 410
		location.href = "resourceShow.html?resourceId=" + $(this).attr("data-id");
411 411
	})
412 412
	/*点击咨询*/
413
	$("#consultin").on("click", function() {
414
		location.href="tidings.html?id="+professorId;
415
	});
413 416
//	$("#consultin").on("click", function() {
414 417
//		clickResouceConsultHandler();
415 418
//	});