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
Plain Diff
Browse Files
Authored by
徐炜
2016-12-05 18:04:06 +0800
Commit
9739e8d95667006d4e5a28d52f9dcae118a8b63d
2 parents
1ed8c3cf
5a1071c4
Merge remote-tracking branch 'origin/hotfix/shop-coupon' into release/wap-optim2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
public/js/product/shop/coupon.js
public/js/product/shop/coupon.js
View file @
9739e8d
...
...
@@ -40,7 +40,6 @@ shopCoupon = {
$
.
ajax
({
method
:
'GET'
,
url
:
_url
,
async
:
false
,
data
:
{
shopId
:
that
.
common
.
shopId
,
brandId
:
that
.
common
.
brandId
,
...
...
@@ -126,7 +125,6 @@ shopCoupon = {
$
.
ajax
({
method
:
'POST'
,
url
:
'/product/index/userCoupon'
,
async
:
false
,
data
:
{
couponID
:
code
,
uid
:
$self
.
common
.
uid
...
...
Please
register
or
login
to post a comment