Authored by 郝肖肖

优惠券详情 底部位置重新计算

@@ -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 // 立即使用