Authored by hf

code review by hf: merge zhangzhen code to fixes home floor bugs

@@ -20,7 +20,7 @@ function couponAJAX(statu, page) { @@ -20,7 +20,7 @@ function couponAJAX(statu, page) {
20 page: page 20 page: page
21 }, 21 },
22 success: function(data) { 22 success: function(data) {
23 - $('#employ').append(data); 23 + $('.employ').append(data);
24 window.rePosFooter(); 24 window.rePosFooter();
25 loading.hideLoadingMask(); 25 loading.hideLoadingMask();
26 } 26 }