Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
梁志锋
2016-08-06 14:21:44 +0800
Commit
5a90b6c445aa7fb7022d1f12c98a0ab156fab366
2 parents
ec4fbcfb
76517cc5
Merge remote-tracking branch 'origin/master'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/index/coupon.js
static/js/index/coupon.js
View file @
5a90b6c
...
...
@@ -41,7 +41,7 @@ $receive.on('click', function() {
}
$
.
ajax
({
url
:
'/coupon/receiveCoupon?code='
+
getUrlParam
(
'code'
)
+
req
,
url
:
'/
/m.yohobuy.com/
coupon/receiveCoupon?code='
+
getUrlParam
(
'code'
)
+
req
,
data
:
{
couponID
:
$curDom
.
parents
(
'.coupon-floor'
).
attr
(
'coupon-id'
)
},
...
...
Please
register
or
login
to post a comment