Authored by hf

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

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