Authored by 沈志敏

fix bug

@@ -7,6 +7,7 @@ var $ = require('yoho-jquery'), @@ -7,6 +7,7 @@ var $ = require('yoho-jquery'),
7 7
8 var $employ = $('#employ'), 8 var $employ = $('#employ'),
9 $employ2 = $('#employ2'), 9 $employ2 = $('#employ2'),
  10 + $footer = $('#yoho-footer'),
10 statu = 0, 11 statu = 0,
11 page = 1, 12 page = 1,
12 dic = {}, 13 dic = {},
@@ -64,7 +65,7 @@ $('.employ span').each(function(index, el) { @@ -64,7 +65,7 @@ $('.employ span').each(function(index, el) {
64 $employ.addClass('hide'); 65 $employ.addClass('hide');
65 $employ2.removeClass('hide'); 66 $employ2.removeClass('hide');
66 } 67 }
67 - 68 + $footer.removeClass('bottom');
68 statu = index; 69 statu = index;
69 page = 1; 70 page = 1;
70 AjaxFlag = 0; 71 AjaxFlag = 0;