Browse Source

去掉alert

li 7 years ago
parent
commit
bfcce1577d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      js/inform.js

+ 0 - 1
js/inform.js

@ -104,7 +104,6 @@ $(function() {
104 104
	}
105 105
	$("#curAnswers").on("click", ".cnt", function() {
106 106
		var dobj = $(this).parents("li").data("obj");
107
		alert(JSON.stringify(dobj))
108 107
		var our = "";
109 108
		if(dobj.opType == 0) {
110 109
			ourl = "userInforShow.html?professorId=" + dobj.uid;