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
郭成尧
8 years ago
Commit
24fa83d623588f790788ed47a77be369a3c9576f
1 parent
70357c57
getCouponData
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
public/js/cart/select-coupon.page.js
public/js/cart/select-coupon.page.js
View file @
24fa83d
...
...
@@ -150,7 +150,10 @@ function getCouponHandle(allCoupons) {
});
}
function
getCouponDate
()
{
/**
* 获取优惠券列表
*/
function
getCouponData
()
{
if
(
isGetData
)
{
return
;
...
...
@@ -171,4 +174,4 @@ function getCouponDate() {
});
}
getCouponDat
e
();
getCouponDat
a
();
...
...
Please
register
or
login
to post a comment