Browse Source

修改最新咨询点击查看

xuchunyang 8 years ago
parent
commit
0ed0f0c17a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/workindex.js

+ 2 - 1
js/workindex.js

@ -35,7 +35,8 @@ $(function() {
35 35
	
36 36
	/*点击未读咨询消息查看*/
37 37
	$("#lookconsu").on("click", function() {
38
		window.location.href = "consultSure.html";
38
		var consultid = $("#myFlatConsultTime").attr("consultid");
39
		window.location.href = "consultSure.html?consultid="+consultid;
39 40
	})
40 41
	
41 42
	function getProfessorData(professorId) {