Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2018-04-09 14:02:11 +0800
Commit
943c97f2812349a9d2683cd476ea4cf585308036
1 parent
6ec8afae
no-coupon
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
apps/home/views/action/coupons/page.hbs
public/js/home/coupon-new/controller.js
apps/home/views/action/coupons/page.hbs
View file @
943c97f
...
...
@@ -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>
...
...
public/js/home/coupon-new/controller.js
View file @
943c97f
...
...
@@ -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
);
}
}
...
...
Please
register
or
login
to post a comment