Authored by 郝肖肖

Merge branch 'feature/couponOptimi' into release/5.5

... ... @@ -115,6 +115,8 @@ $('.coupon-list').on('click', '.info-btn', function() {
COUPON_ID: $this.closest('.coupon-group').data('coupon-id')
})
}, true);
window.rePosFooter(); // 重新计算底部位置
});
// 立即使用
... ...