Browse Source

修改bug

jack 8 years ago
parent
commit
f0f4b6489c
2 changed files with 3 additions and 1 deletions
  1. 1 1
      js/needShow.js
  2. 2 0
      js/needSure.js

+ 1 - 1
js/needShow.js

@ -1,7 +1,7 @@
1 1
$(document).ready(function(){
2 2
	var demandId = GetQueryString("demandId");
3 3
	var consuId, demandTitle, demandContent, oDemandAim;
4

4
	loginStatus();//判断个人是否登录
5 5
	function angleDemand() {
6 6
		$.ajax({
7 7
			url: "/ajax/demand/queryOne",

+ 2 - 0
js/needSure.js

@ -1,6 +1,8 @@
1 1
$(document).ready(function() {
2 2
	var demandId = GetQueryString("demandId");
3 3
	var consuId, demandTitle, demandContent, oDemandAim;
4
	loginStatus();//判断个人是否登录
5
	
4 6
	function angleDemand() {
5 7
		$.ajax({
6 8
			url: "/ajax/demand/queryOne",