Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
毕凯
2015-12-11 16:10:00 +0800
Commit
a1f32bc0688762085db526a76240b40d2d9595d2
1 parent
87693759
下单流程 增加优惠券页面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/shopping-cart/select-coupon.js
static/js/shopping-cart/select-coupon.js
View file @
a1f32bc
...
...
@@ -79,7 +79,7 @@ function getCouponDate() {
if
(
coupon
.
notAvailable
)
{
notAvailableCoupons
.
push
(
coupon
);
}
})
})
;
if
(
notAvailableCoupons
.
length
)
{
$
(
'.not-avaliable-coupon-line'
).
show
();
...
...
Please
register
or
login
to post a comment