Przeglądaj źródła

回复按钮不能提交

jack 8 lat temu
rodzic
commit
a9e0399c49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      js/myDemand.js

+ 1 - 1
js/myDemand.js

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