code review by hf: merge zhangzhen code to fixes home floor bugs
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment