Showing
1 changed file
with
2 additions
and
0 deletions
@@ -115,6 +115,8 @@ $('.coupon-list').on('click', '.info-btn', function() { | @@ -115,6 +115,8 @@ $('.coupon-list').on('click', '.info-btn', function() { | ||
115 | COUPON_ID: $this.closest('.coupon-group').data('coupon-id') | 115 | COUPON_ID: $this.closest('.coupon-group').data('coupon-id') |
116 | }) | 116 | }) |
117 | }, true); | 117 | }, true); |
118 | + | ||
119 | + window.rePosFooter(); // 重新计算底部位置 | ||
118 | }); | 120 | }); |
119 | 121 | ||
120 | // 立即使用 | 122 | // 立即使用 |
-
Please register or login to post a comment