Authored by 郭成尧

no-coupon

... ... @@ -52,7 +52,7 @@
</section>
{{/ pageData.couponList}}
</div>
<div class="no-conpon-now">
<div class="no-conpon-now{{#if pageData.couponList}} hide{{/if}}">
<div class="icon-not"></div>
<p>暂无优惠券</p>
</div>
... ...
... ... @@ -53,7 +53,6 @@ class ConponController extends Page {
let conponListHeight = this.view.couponList.height();
if ($(window).scrollTop() > conponListHeight * 0.6) {
this.isScrollLoad = true;
this.renderCoupons(true);
}
}
... ...