Browse Source

回复按钮不能提交

jack 8 years ago
parent
commit
a9e0399c49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/myDemand.js

+ 1 - 1
js/myDemand.js

@ -138,7 +138,7 @@ $(document).ready(function() {
138 138
	}
139 139
	selcet(1);
140 140
	selcet(4);
141
	$(".workselectitem").on("click", ".replybtn", function() {
141
	$("#myNeed").on("click", ".replybtn", function() {
142 142
		var de = $(this).attr("demanid");
143 143
		location.href = "needShow.html?demandId=" + de
144 144
	});