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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
ac2caaf71714d554bbfbfcecc0e192a23407ead2
1 parent
458c5053
链接拼接小错误
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 @
ac2caaf
...
...
@@ -39,7 +39,7 @@ $receive.on('click', function() {
}
$
.
ajax
({
url
:
'/coupon/receiveCoupon
'
+
'
?code='
+
getUrlParam
(
'code'
)
+
req
,
url
:
'/coupon/receiveCoupon?code='
+
getUrlParam
(
'code'
)
+
req
,
data
:
{
couponID
:
$curDom
.
parents
(
'.coupon-floor'
).
attr
(
'coupon-id'
)
},
...
...
Please
register
or
login
to post a comment