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-05 18:45:08 +0800
Commit
76517cc5e98ed315e0d8078f0d1bde7aca36f2d1
2 parents
71632d63
daa45bb7
Merge remote-tracking branch 'origin/hotfix/ioslingquan'
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 @
76517cc
...
...
@@ -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