Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
ccd53b96547a5c9e00f3ba1f55e6506a6f3559d0
1 parent
11fe139f
修改优惠券使用后跳转地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/select-coupon.js
static/js/cart/select-coupon.js
View file @
ccd53b9
...
...
@@ -37,7 +37,7 @@ $newCoupon.on('submit', function() {
tip
.
show
(
'优惠券可用'
);
orderInfo
(
'couponCode'
,
res
.
data
.
coupon_code
);
orderInfo
(
'couponValue'
,
res
.
data
.
coupon_value
);
window
.
location
.
href
=
'/
shoppingCart/orderEnsure?coupon_code='
+
res
.
data
.
coupon_code
;
window
.
location
.
href
=
'/
cart/index/orderEnsure'
;
}
else
{
tip
.
show
(
res
.
message
||
'网络错误'
);
}
...
...
Please
register
or
login
to post a comment