select-coupon.js 213 Bytes
/*
 * @Author: Targaryen
 * @Date: 2017-06-27 17:18:56
 * @Last Modified by:   Targaryen
 */
$('.select-coupon-page').css('min-height', function() {
    return $(window).height() - $('#yoho-header').height();
});